Web UI for the navitia API. You can get a token here and then use this UI here.
- node v8.x LTS (nvm is recommanded for installing node)
npm install && npx bower install
npx gulp dev
-
you may have troubles to install
npx
on some distributions. If you encounter errors like this:npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.9
Try removing the
node_modules
directory, then launchnpm install && npm install --no-optional npx && ./node_modules/.bin/npx bower install
Then run./node_modules/.bin/npx gulp dev
to launch the application
This project is under the MIT license. See the bower file for the running dependencies and the npm file for dev dependencies.