Clone the repository, then run:
npm install --devUsed for developing and implementing features in the web app.
npm run devOpen http://localhost:3000 after running the script.
To be used when preparing app for deployment.
npm run buildView the project before deployment.
npm startRuns unit tests specified in ./__tests__.
npm testRun the ESLinter to check for code errors, bugs, and stylistic mistakes.
npm run lint- React
- Tailwind CSS Documentation
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Mantine - a React component library.