Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 483 Bytes

File metadata and controls

executable file
·
24 lines (17 loc) · 483 Bytes

Pronouns is a Typescript, Next.js, and Tailwind project.

Getting Started

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.