Skip to content
John Runion edited this page Jan 20, 2014 · 14 revisions

Welcome to the CÕR wiki!

#CÕR - An Ember.js Micro Framework

Responsive Micro Site Template using Ember.js, Bootstrap 3, Leaflet.js, Yeoman, and Grunt

###PRE-REQUISITES

  • You have to have NPM installed for Node.js package managment
  • You will also need to have Grunt installed as your task runner

###QUICK INSTALL

  • Clone a copy of CÕR
git clone https://github.com/jvrunion/cor.git
cd cor
npm install -g grunt-contrib-compass
  • Then install Yeoman via npm
npm install -g yo
  • Check for updates to the Bower packages
bower update --save
  • Install your local node packages
npm update
  • Create an initial distribution package with Grunt
grunt
  • Start your development server with Grunt
grunt server

Your cloned app will be available at: http://localhost:9000

Happy Coding!

This is a work in progress and will probably not be stable for another couple of weeks.

Thanks and Happy Forking!

Clone this wiki locally