/train-ics-converter

Create calendar events from train schedules. Each leg is its own ical event!

Primary LanguageTypeScript

train-ics-converter

Start backend: npm install && npm run dev from the root folder of the git.

Start frontend: cd client && npm install && npm run start.

For local development, change client/src/constants.ts to:

export const BACKEND_URL = "http://localhost:8080/";

Contribute

Issues and code contributions are welcome. For bug reports or feature requests, please create an issue. Please check out the /issues tab to see if your issue is already documented.