A single page application written using Orchestra.
-
clone the repo
$ git clone git@github.com:joefitter/WordCloud.git && cd WordCloud; -
run npm install
$ npm install -
build the project and start development server (BrowserSync)
$ gulp -
run the tests
$ gulp test -
build the project for deployment
$ gulp build