Clone Repo
Make sure you are using Node 20.
Run npm install -g pnpm to install pnpm.
npm install -g pnpm
Run pnpm install to install the dependencies.
pnpm install
Run pnpm run dev -- --open to start the development server and open the app in a new browser tab.
pnpm run dev -- --open