Before you begin, make sure you have the following installed:
Start by creating your own copy of the repository on GitHub.

Ensure the repository name is available and create your fork.

Launch your code editor and prepare to clone the repository.

Get your forked repository URL and clone it locally.

Select where you want to store the project on your computer.
~/Documents/projects/)
Open the cloned project in your code editor.

Use pnpm to install all required dependencies.
Ctrl/Cmd + ~)pnpm install.env file in the root folderLaunch the development server and see your app running.
pnpm devhttp://localhost:3000