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/";
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.