Built with React, Next.js, TailwindCSS, & Typescript.
-
pnpm i
-
Create a
.env.local
and add the following:NEXT_PUBLIC_POSTHOG_KEY=<ph_project_api_key> NEXT_PUBLIC_POSTHOG_HOST=<ph_client_api_host>
To start the development server:
pnpm i && pnpm dev
Open http://localhost:3001 and take a look around.
pnpm test:unit
npx playwright install
pnpm test:e2e:run
# or to run headed
pnpm test:e2e:open
Powered by some basic build, lint, and test actions on Github.
This project is deployed using Vercel.