This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
Do not push directly into main branches. Submit pull requests.
You will need the following things properly installed on your computer.
- Git
- Node.js (latest version in 6.x, we'll upgrade to Node 7 when Ember CLI does; NVM is recommended)
- Bower
- Ember CLI
- Yarn
This project uses Yarn.
-
Install Yarn:
npm i -g yarn
-
Install this project's npm dependencies with yarn:
yarn install
-
Install an ember addon:
yarn add -D <addon name> ember g <addon name>
"Unknown blueprint" error message is expected in case the installed addon doesn't want to modify the codebase. Simply ignore the message.
git clone [email protected]:crowdbrew/crowdbrew-frontend.git
cd crowdbrew-frontend
yarn install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.