Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 457 Bytes

File metadata and controls

11 lines (11 loc) · 457 Bytes

<- back to main doc

Prerequisite

  1. Node.js min v20.2.0
  2. Google Oauth client Id (optional if you want enable google login), please refer to official google Oauth doc

Getting started

  1. create .env file and paste it with content from .example.env, adjust the application setting on env variable.
  2. run following script
npm install
npm run dev