The front-end of the website TourDO, made using Next.js and MUI.
You need to first build the frontend using
npm run build
Then you can start the server using
npm run start
The front-end server will listen on port 3000.
Use this command while developing (reloads the page when you make modifications)
npm run dev
BACKEND_URL : url to access the backend
The bodies sent to and recieved from the api is using snake_case naming to keep compatiblity with the database
- use Skeleton when loading
- improve tournament preview
- handle newlines in description