STEM
Prototype for Georgia STEM Incubator.
Status:
Any update to this repository triggers an automated execution of all of the project’s unit tests. The status label above shows the result of those unit tests.
Building
- Install node.js directly from its web site or via a package manager such as Homebrew.
- Install
grunt-cli
andbower
globally, e.g.npm install -g grunt-cli bower
. - Clone this repository and
cd
into the the cloned folder. - Install all the build tools
npm install
. - Install the code dependencies
bower install
. - Build the release
grunt build
The completed build will be available in the dist
folder.