Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 615 Bytes

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.