Skip to content

hackf/wec

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • SCSS 20.5%
  • HTML 2.3%
  • Dockerfile 0.4%