- Install tools
rokit add rojo wally wally-package-types
rokit install- Install npm packages for genRojoTree (chokidar)
npm install- Run genRojoTree.js
node tools/genRojoTree.js- Generate sourcemap.json for Luau LSP
rojo sourcemap default.project.json --output sourcemap.json- Run wally-package-types
wally-package-types --sourcemap sourcemap.json ./Packages - Run genRojoTree
npm run watch:rojo- Run Rojo
rojo serveFor more help, check out the Rojo documentation.