To setup the project:
First use yarn
to install all the package dependencies for the Nextjs project
yarn install
And finally, you should run it, and by default it starts on the port 3000
yarn dev
don't forget init your environment variables, you can set using env.example
You can see the prototype here in Figma
This is the list to libraries and dependencies using in this project:
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!