Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.14 KB

Swatch

Swatch is a plugin for Roblox Studio that can search for VSCode themes and apply them to Studio's script editor.

Installation

Install Swatch from the Roblox Marketplace

Development

Requirements:

Install tools and packages:

just init

Start the server:

just serve

Edit plugin/src/constants.lua and set SERVER_URL to http://localhost:8080.

Build the plugin:

just build-watch

Testing

Run tests for the server:

just test-server