We empower people to make informed decisions about their commuting habits, inspire a greener future for our planet through data-driven insights, gamification and strong connected community.
- Install Rust
cd backend
- Add a file
maps-api-key
containing your Google Maps API key cargo run
- Backend starts listening at http://127.0.0.1:3030
- Install node
cd frontend/
npm install
npm start
- Frontend will be available at http://127.0.0.1:3000