- node (https://nodejs.org/) (it is recommended that you use nvm to manage versions of node and the package manager npm)
git clone --recursive https://github.com/modelseed/modelseed-ui.git modelseed-ui
cd modelseed-ui
npm install
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 install
installs grunt dependencies.grunt build
does 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.