Developer Setup

Step 1: Local Installation

Create a project using the template on github. you need to click on the green "use this template" button.

clone the project:

git clone [email protected]:youraccount/projectname.git

Install the dependencies:

pnpm install

Start for development:

pnpm dev

Step 2: Customize The Directory

Step 3: Deploy