Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 753 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 753 Bytes

OmniTrack Landing Website

How to run the website on local system

  • install node.js on your system (https://nodejs.org) if not installed.

  • pull the 'source' branch of this repository into your local directory:

> cd git_projects
> git clone -b source https://github.com/OmniTrack/omnitrack.github.io.git
  • move to repository root:
> cd omnitrack.github.io
> npm install
  • install angular-cli and gh-pages command
> npm i -g angular-cli
  • run server
> ng serve

How to deploy webpage

  • install ghpages command
> npm i -g angular-cli-ghpages
  • run deploy script

Linux / OS X:

> sh ./deploy.sh

Windows:

> deploy.sh