Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 899 Bytes

File metadata and controls

32 lines (21 loc) · 899 Bytes

Windsor Essex Cycling

Cycling app for for the Windsor-Essex region, Pelee Island, and the Detroit riverside.

Development

Note

Requires the current Node.JS LTS version to be installed

This project uses Vite for the development environment and building the projection build.

API Keys

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.

Running the project

npm ci
npm run dev
# or
npx vite