Skip to content

vantezzen/wonderrail

Repository files navigation

WonderRail Logo

WonderRail

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.

Development

WonderRail requires Node.js v16+ to run.

  1. Clone the repository
  2. Install the dependencies
npm install
  1. 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.
  2. Start the development server
npm run dev
  1. Open localhost:3000 in your browser

License

This project is licensed under CC BY-NC-SA 4.0