- 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 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 [email protected]
Released under the MIT license.