/pehpe

Ember.js application for a team portfolio.

Primary LanguageCSS

PeHPe

Prerequisites

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

Running Locally

$ git clone git@github.com:Eptick/pehpe.git
$ cd pehpe
$ npm install
$ bower install
$ ember server

Your app should now be running on localhost:4200.

Deploying to Heroku

$ heroku login
$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open