/STEM

Georgia K-12 STEM Incubator

Primary LanguageJavaScriptMIT LicenseMIT

STEM

Prototype for Georgia STEM Incubator.

Status: Build 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

  1. Install node.js directly from its web site or via a package manager such as Homebrew.
  2. Install grunt-cli and bower globally, e.g. npm install -g grunt-cli bower.
  3. Clone this repository and cd into the the cloned folder.
  4. Install all the build tools npm install.
  5. Install the code dependencies bower install.
  6. Build the release grunt build

The completed build will be available in the dist folder.