This is not an officially supported Google product.
Paseos is a web app for creating and sharing web journeys. A web journey consists of one or more destinations on the web with some accompanying travel notes.
You create a journey by listing a set of URLs to visit and adding notes to show along the way.
To setup this project:
- Install node.js.
- Run
npm install.
The project can be hosted locally by executing npm start.
To execute tests run npm test.
This project may be deployed to Google App Engine by running deploy.sh.
The project uses a local IndexedDB database by default. If you would like to use a Firebase database instead then add a firebase-config.json file at the root. You may use the template at firebase-config.template.json.