Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 427 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 427 Bytes

halo

Development

pnpm install

# client only
pnpm dev:client

# server only
pnpm dev:server

Production

pnpm build

pnpm start

owo