ModelSEED / ModelSEED-UI

ModelSEED UI (beta)
MIT License
6 stars 7 forks source link

ModelSEED UI (beta) Build Status

Requirements

Local Installation

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

Build

This step creates an index.html with compiled/minimized CSS/JS files (located in /app/build/).

From modelseed-ui:

npm install
grunt build

Notes:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Author(s)

Neal Conrad nconrad@anl.gov

License

Released under the MIT license.