Skip to content

amikaili/ModelSEED-UI

 
 

Repository files navigation

ModelSEED UI (beta) Build Status

Requirements

Local Installation

git clone --recursive https://github.com/modelseed/modelseed-ui.git modelseed-ui
cd modelseed-ui
bower install

Notes:

  • bower install installs 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

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:

  • npm install installs grunt dependencies.
  • grunt build does the build work

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 [email protected]

License

Released under the MIT license.

About

ModelSEED UI (beta)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • HTML 13.4%
  • CSS 1.6%
  • PHP 0.1%