WonderRail is a journey planner for InterRail and Eurail pass holders. It helps you to plan your trip by showing you the best routes between your destinations.
WonderRail is available at wonderrail.com.
WonderRail requires Node.js v16+ to run.
- Clone the repository
- Install the dependencies
npm install
- Copy the
.env
file to.env.local
and fill in the required values. WonderRail uses Firebase for authentication and Firestore for data storage. You can create a new Firebase project at firebase.google.com. - Start the development server
npm run dev
- Open localhost:3000 in your browser
This project is licensed under CC BY-NC-SA 4.0