mirror of
https://github.com/khairul169/cebol.git
synced 2025-04-28 00:29:35 +07:00
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.
Description
Languages
TypeScript
100%