Skip to content

TanguiC/DDPS-Test

Repository files navigation

gossamer

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd 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

Semantic-UI

  • 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 to site 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 from themes/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.

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server or ember t -s for short

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published