Skip to content

OmniTrack/omnitrack.github.io

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published