The new brilliantfantastic.com.
You will need the following things properly installed on your computer.
git clone git@github.com:brilliantfantastic/bf.2015.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
- Clone the repository
git clone https://github.com/brilliantfantastic/bf.2015
- Create a feature branch
git checkout -b my-awesome-feature
- Codez!
- Commit your changes (small commits please)
- Push your new branch
git push origin my-awesome-feature
- Create a pull request
hub pull-request -b brilliantfantastic:master -h brilliantfantastic:my-awesome-feature