hopglass/README.md

17 lines
274 B
Markdown
Raw Normal View History

2015-03-29 01:09:21 +01:00
# Installing required modules
This software uses bower to manage dependencies. To install all required
modules, run
bower install
in its root directory.
2015-03-29 03:46:10 +02:00
# Building
Just run:
node bower_components/r.js/dist/r.js -o build.js
This will create `app-combined.js`.