Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 411 Bytes

File metadata and controls

11 lines (6 loc) · 411 Bytes

Prom

Installation

This repository is using pnpm. If you don't have either node or pnpm, please follow the guide here.

To run the dev server, run pnpm i then pnpm dev.

To build for production and start the app, run pnpm run build then pnpm run start.

You also need to fill out .env.local and .env.development.local/.env.production.local where applicable.