Hackathon registration framework. Used in TreeHacks since 2019. See it in action at https://root.treehacks.com
- Make sure you have MongoDB installed. Make sure
mongodis in your PATH and that the correct data folder exists (C:\Program Files\MongoDB\data\dbon windows,/data/dbon MacOS). - Download the appropriate
.envfile with the proper environment variables set, and put it in your working directory. - Run
npm install - Run
npm start - Open http://localhost:9000 in your browser.
Application will deploy to Heroku only if tests pass.
Run npm test to run tests.
Run npm test -- -u to update snapshots.