- Clone this repository
npm install
bower install
bundle install
- Check, test & build for production:
grunt
- Serve the site locally:
grunt serve
- Deploy to production:
grunt deploy
- Check source:
grunt check
- Run tests:
grunt test
- Build for production:
grunt build