Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 935 Bytes

README.MD

File metadata and controls

43 lines (30 loc) · 935 Bytes

Microdote

Welcome to Microdote the protocol for increasing productivity of your study sessions

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.

Enviroment Variables

  • AUTH_GOOGLE_ID=
  • AUTH_GOOGLE_SECRET=
  • AUTH_SECRET=areallylongsecrect
  • AUTH_TRUST_HOST=true
  • AUTH_URL=http://localhost:3000
  • VITE_AUTH_PATH=/api/auth

Contributors