/sample-jd-app

Primary LanguageTypeScript

This project was created using Create JD App

Start Dev Server

pnpm dev

This will start a dev server on port 3000 and will watch for changes.

Testing Production Build

Build

pnpm build

Start

pnpm start

This will start a production server on port 3000.

Deploying To Vercel

Building

  vercel build --prod

Deploying

vercel deploy --prod --prebuilt

Enviroment Variables

  • ENABLE_VC_BUILD=1
  • DISCORD_ID=
  • DISCORD_SECRET=
  • AUTH_SECRET=b198e07a64406260b98f06e21c457b84
  • AUTH_TRUST_HOST=true
  • AUTH_URL=http://localhost:3000
  • DATABASE_URL=file:./db.sqlite

Sponsor Create JD App