Built with React, Next.js, TailwindCSS, & Typescript.
-
pnpm i -
Create a
.env.localand 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 devOpen http://localhost:3000 and take a look around.
pnpm test:unitnpx playwright install
pnpm test:e2e:run
# or to run headed
pnpm test:e2e:openPowered by some basic build, lint, and test actions on Github.
This project is deployed using Vercel.