/weir

A small Express app to help slow the constant flow of internet content

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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