This is a swanky camp management system written in the very fine Ember framework.
A working Ember CLI Environment Linux (I don't do much Windows work so the help is biased) The API! Smores depends on a sister project that runs a Phalcon based API The api has it's own set of requirements.
git clone https://github.com/gte451f/smores-mgr.git
cd smores-mgr
npm install
bower install
Important Modify the following files BEFORE you attempt to run the application
bower_components/admin-lte/build/less/AdminLTE.less Comment out lines 15 & 16
//@import "../bootstrap-less/mixins.less";
//@import "../bootstrap-less/variables.less";
bower_components/admin-lte/build/less/skins/skin-blue.less Comment out lines #5 & 6
//@import "../../bootstrap-less/mixins.less";
//@import "../../bootstrap-less/variables.less";
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 test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.