Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 279 Bytes

Archive 프론트엔드

how to run.

prerequirements

  • node.js v18 ~
  • pnpm

install modules

  • run pnpm i

start

  • if you have self-hosted backend on http://localhost:3000. run LOCAL_SERVER=true pnpm start.
  • or just run pnpm start for production backend.