Source code for Softshutdown. This project is derieved from https://create.roblox.com/marketplace/asset/9976385594/Quentys-soft-shutdown.
This game uses the following tools
- Git - Source control manager
- Roblox studio - IDE
- Aftman - Toolchain manager
- Rojo - Build system (syncs into Studio)
- Selene - Linter
- npm - Package manager
- Nevermore - Packages
To build the game, you want to do the following
- Run
npm install
in a terminal of your choice - Run
rojo serve
to serve the code
To add new packages you can run npm install @quenty/package-name
or whatever the package you want.