B.R.T.D is a game inspired from the many popular battle royal games.
- Newest commit: https://staging-cs319.herokuapp.com
- Develop branch: https://dev-cs319.herokuapp.com
- Master branch: https://prod-cs319.herokuapp.com
To get started first make sure you have Node.js 10 installed. To do this you can use the command
$ node -v
Second you will want to make sure all the node modules for the project are installed and also default .env file is generated. The command to do this is:
$ npm run setup
At this point you should be ready to run the server. To do this use the command:
$ npm run dev
This will start a server that can be accessed on the default port of 8080. It will also use nodemon to watch for any changes to files and recompile and restart server when it sees any.
npm run test
(Heroku CLI needed)
$ heroku create
$ git push heroku <branch-name>:master
$ heroku open
- Maxwell Devos
- Mason Timmerman
- Joesph Naberhaus
- John Jago