- NodeJS 18+ https://nodejs.org
- pnpm (
corepack enable
+corepack prepare pnpm@latest --activate
)
Create a file called .env
in the root folder, using .env.example
as a template.
pnpm install
pnpm dev
pnpm build
You can preview the production build with pnpm preview
.