hackathon-internal: a web app for hackathon internal tools
npm install hackathon-internal> a simple, exstensible, starting-point web app for hackathon internal tools



- Review attendee applications
Eventually there'll be more info in this section, but the gist is there are other hackathon-* projects under DesertHack's GitHub organization that have been built to work together. hackathon-hq is the main backend API service. The goal is that you can pick the best parts and ideas you like and build it in to your own project.
The project includes a live-reloading static server on port 8080, which will build, launch, and rebuild the app whenever you change application code. To start the server, run:
``bash`
$ npm start
If you want to just build without the live reload and build-on-each-change watcher, run:
`bash``
$ npm run build
See the LICENSE file for license rights and limitations (MIT).