-
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- access website via http://localhost:4200
- install ghpages command
> npm i -g angular-cli-ghpages- run deploy script
Linux / OS X:
> sh ./deploy.shWindows:
> deploy.sh