Frontend for Spelis CBIN server
- TypeScript 75.8%
- CSS 22.1%
- HTML 2.1%
| .forgejo/workflows | ||
| src | ||
| .env | ||
| .gitignore | ||
| bun.lock | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| server.ts | ||
| tsconfig.json | ||
CBIN Frontend
Frontend for the mildly responsible memory dumpster PasteBIN Server made by Spelis.
If you want a persistent backend this repo also contains a Bun based server implementation (server.ts) that stores everything in SQLite DB mainly intended for testing but it should be fine for prod too.
Building
Frontend only
bun ibun run build
Server with bundled frontend
bun ibun run build-server
Development
bun ibun run dev