cebol/README.md

418 B

Cebol

URL Shortener

Setup

To install dependencies:

bun install

Development:

bun dev

Production:

Build:

bun run build

Start:

bun run start

or with pm2

bun install -g pm2
pm2 start bun --name cebol -- run start

This project was created using bun init in bun v1.0.33. Bun is a fast all-in-one JavaScript runtime.