Pronouns is a Typescript, Next.js, and Tailwind project.
Install prerequisites:
Install dependencies:
pnpm install
Copy local example environment file and fill out the newly created .env file:
cp .env.example.local .env
Run locally:
pmpn dev
Open http://localhost:3000 with your browser to see the result.