/WhisperBox

Primary LanguageTypeScriptMIT LicenseMIT

WhisperBox

Getting Started

Setup environment

pnpm install
cp .env.example .env

Fill the blanks in .env then:

pnpm migrate

Start development server

pnpm dev

Build for production

pnpm build

Start in production environment

Make sure you have built for production.

pnpm start

Generate Prisma Client

This is not required for the first time after pnpm install, but if the schema is modified in the future, you need to run the following manually:

pnpm generate