- node (https://nodejs.org/)
- bower
npm install -g bower
git clone --recursive https://github.com/modelseed/modelseed-ui.git modelseed-ui
cd modelseed-ui
bower install
Notes:
bower installinstalls some third-party (front-end) dependencies
Now point your favorite webserver at modelseed-ui and you are ready to go!
From modelseed-ui:
http-server -o
This step creates an index.html with compiled/minimized CSS/JS files (located in /app/build/).
From modelseed-ui:
npm install
grunt build
Notes:
npm installinstalls grunt dependencies.grunt builddoes the build work
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
Neal Conrad nconrad@anl.gov
Released under the MIT license.