Skrawl Run in development mode Fork the repository Clone the repository Install pnpm if you havn't already by running npm i pnpm -g Install the dependencies by pnpm install Run in development mode by pnpm run dev Your app will run on http://localhost:3000 To create your Production Build pnpm run build