36-hour hackathon at University of Maryland.
The website hosted at http://2014.bit.camp/.
- Fork this repo.
- Clone it to your machine
- Install dependencies:
npm install
- Start her up in development mode:
npm run dev
- Head to http://localhost:8000/
npm run build
- serve the
./docs
folder somehow!
You'll have to setup and run the backend,
ember, seperately. Either use nginx or
apache (or something) serve both of these projects in development mode, or run
the grunt
command to produce a fully compiled frontend in the ./public
folder, and make ember
serve that.
- Fork this repo.
- Clone it and make make a new branch.
- Write some code, commit, and push.
- Probably do step #3 a few more times.
- Send a Pull Request.