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 gossamer
npm install
bower install
ember install ember-moment
ember install ember-cli-moment-shim
ember install semantic-ui-ember
ember generate semantic-ui-ember
- pull out a terminal window and goto the project directory and then do
cd /bower_components/semantic-ui
- run
npm install
and follow the default instrctions to install - this would rename the
_site
folder tosite
that 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 build
once done with changes. - or you can run
gulp watch
to 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 test
ember test --server
orember t -s
for short
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.