Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 242 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 242 Bytes

Contributing

Setup the Frontend in Development

pnpm install
cd apps/web
cp .env.example .env.local
# fill in the .env.local file with the correct values

Run the Frontend in Development

cd apps/web
pnpm dev