- Install virtualbox (https://www.virtualbox.org/)
- Pull the 'nest' repo (nest is the name of the project on github)
- cd into the repo and run 'vagrant up'. This should build and start your dev environment
- When it has completed, run 'vagrant ssh'. This will log you into your dev environment
- Type 'rs' to run the dev server, which will be available on your host machine at localhost:8000
A common workflow looks like this:
- Pull changes from git ('git pull --rebase')
- Make any changes you need to the codebase on your host machine
- Test against your dev server
- Commit your changes
- Check for new changes from git ('git pull --rebase')
- Push your changes to git ('git push origin master')
NOTE: Do not use bootstrap's glyphicons. Use the icons from Font Awesome.