Skip to content

ozoneplatform/ozp-hud

 
 

Repository files navigation

Interested in becoming a contributor?

Fork the code for this repository. Make your changes and submit a pull request. The Ozone team will review your pull request and evaluate if it should be part of the project. For more information on the patch process please review the Patch Process at https://ozone.nextcentury.com/patch_process.

HUD UI [![Build Status][travis-image]][travis-url]

HUD UI built on React, Gulp and Webpack build system.

Getting Started

First clone the repo. Then, install gulp, bower and npm modules.

npm install -g gulp
npm install

npm start then go to http://localhost:8088/webpack-dev-server/dist and browser will automatically reload when any file in /app changes. Alternatively, you can also go to http://localhost:8088/dist, if auto reload is undesirable.

Available tasks

See scripts key in package.json for all options.

  • npm start implements an http server and a live reload server.
  • npm run build generates production build at ./dist directory with minified versions of JS and CSS. Contents of ./dist directory can then be copied to a web server.
  • npm run deployGhPages runs a build with demo configs and deploys ./dist to github pages.

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 10.2%
  • Shell 1.7%
  • HTML 0.8%