Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.04 KB

BF

DESCRIPTION

The new brilliantfantastic.com.

PREREQUISITES

You will need the following things properly installed on your computer.

INSTALLATION

  • git clone git@github.com:brilliantfantastic/bf.2015.git this repository
  • change into the new directory
  • npm install
  • bower install

RUNNING

RUNNING TESTS

  • ember test
  • ember test --server

BUILDING

  • ember build (development)
  • ember build --environment production (production)

CONTRIBUTING

  1. Clone the repository git clone https://github.com/brilliantfantastic/bf.2015
  2. Create a feature branch git checkout -b my-awesome-feature
  3. Codez!
  4. Commit your changes (small commits please)
  5. Push your new branch git push origin my-awesome-feature
  6. Create a pull request hub pull-request -b brilliantfantastic:master -h brilliantfantastic:my-awesome-feature