Serves content from the StrafesNET Roblox bhop and surf games.
yarn install
Make a .env in the root directory (this folder) with the following:
STRAFES_KEY=<your key>If using https://github.com/fiveman1/strafes-globals-db, then add
DB_USER=<your MySQL user>
DB_PASSWORD=<your MySQL password>yarn run dev
yarn run build
yarn run start
yarn run prod