Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 228 Bytes

BUILD.md

File metadata and controls

9 lines (7 loc) · 228 Bytes

Build notes

  1. cp .env.example .env -- adjust this config to your environment.
  2. npm install
  3. npx prisma db push
  4. npm run build
  5. node server.js

For dev build, replace steps 4-5 with npm run dev -- --host.