Contributions to the roblox-ts documentation are welcome!
All docs can be found within the docs
folder, which are markdown files.
npm install
npm start
To build the interactive playground:
cd ./rbxts-worker
npm install
cd ..
npm run start:playground
This command starts a local development server and open up a browser window.
Most changes are reflected live without having to restart the server.