To start building follow these steps:
- Clone this repo.
- The project uses pnpm to handle package management. Run the following command to install dependencies:
pnpm install- Start the dev server:
pnpm dev- Make sure you are using Prettier to format the code.
More guidelines will be added as the project moves forward.