This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd gossamernpm installbower installember install ember-momentember install ember-cli-moment-shimember install semantic-ui-emberember generate semantic-ui-ember
- pull out a terminal window and goto the project directory and then do
cd /bower_components/semantic-ui - run
npm installand follow the default instrctions to install - this would rename the
_sitefolder tositethat you can then modify to reflect changes to semantic-ui npm install -g gulp- make changes to
/globals/site.variables,/collections/menu.varibales. To start copy some of the variables and properties fromthemes/default - then run
gulp buildonce done with changes. - or you can run
gulp watchto watch changes and build the less files as you go.
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 testember test --serverorember t -sfor short
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.