You will need the following things properly installed on your computer.
- Git
- Node.js -- note that you must use Node 6 for this repo. If you're using NVM, you can install it via
nvm install 6. - Bower
- Ember CLI
- PhantomJS
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)
frontpag.es uses ember-cli-github-pages for deployment to GitHub Pages. Deploy by running npm run deploy from the master branch.