Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 274 Bytes

Archive 백엔드 (+ oidc)

how to run.

prerequirements

  • node.js v18 ~
  • pnpm
  • mariadb
  • redis
  • openssl

provisioning

  • run ./genkey.sh
  • source init.sql on mariadb shell

install modules

  • run pnpm i

start

  • run SYNC_DB=true pnpm start:dev