Yale Minecraft Server whitelist manager
- Inside the
webdirectory, runnpm installa. You can develop the web app by runningnpm start - When ready to build, run
npm run build. This will build toserver/build - Inside the
serverdirectory, runnpm install - Copy
server/.env.templatetoserver/.envand fill in the values - Run
npm startto start the server a. The server will serve up the API as well as the built web app
- To successfully run on port 80, you'll have to follow these instructions
- Use pm2 to keep your server alive