To get started, cd into the project and run this:
pnpm install
Afterwards, run this to do local development
pnpm dev
And take a look at the localhost site on http://localhost:3000 to see immediate changes.
For running e2e tests,
- Make sure you run
npx playwright install