See the wiki for documentation.
And the Navigator repo for other details.
- Expected tools to be installed in system
- Git [http://git-scm.com/]
- Apache Cordova [https://cordova.apache.org/]
- Node.js / NPM (node package manager) [https://nodejs.org/download/]
- Grunt [http://gruntjs.com/]
- Create project and download plugins & content:
cordova create "navigator-wrapper" "fi.hsl.navigator" "HSL Navigator"
cd navigator-wrapper
cordova platform add android
cordova plugin add https://github.com/pekman/navigator-plugin.git
cd www
del /f /s /q *.* (windows) || rm -rf * (linux)
git clone https://github.com/jannesuo/navigator-proto.git .
npm install
grunt
- Cordova plugin to add all dependencies [https://github.com/pekman/navigator-plugin]
- Server component for push notifications [https://github.com/Mankro/navigator-push-server]
- Youtube video: https://www.youtube.com/watch?v=zHRgK4Vl70Q
All the source code in this repository that is not licensed by the fork source, is licensed with MIT open source license. The software code is provided "as is" and is free for use in any open source applications.