Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 285 Bytes

File metadata and controls

26 lines (18 loc) · 285 Bytes

Weir

Internet without the firehose.

Running locally

pnpm i
pnpm dev

Building and running the app

pnpm i
pnpm build
pnpm start

Running the app in production

You can use something like pm2 to daemonize the app:

pm2 start dist/app.js