Cycling app for for the Windsor-Essex region, Pelee Island, and the Detroit riverside.
Note
Requires the current Node.JS LTS version to be installed
This project uses Vite for the development environment and building the projection build.
This code base uses GraphHopper for routing and geocoding. GraphHopper has a generous free tier which works well for development.
The API key is set using environment variables, create the file .env.local
in the project root with the following content:
VITE_APP_API_KEY=<api_key>
Note
See vite env variables and modes for more information.
npm ci
npm run dev
# or
npx vite