Frontend for Spelis CBIN server
  • TypeScript 75.8%
  • CSS 22.1%
  • HTML 2.1%
Find a file
Elis Eriksson 3409c04988
All checks were successful
/ Build Frontend (push) Successful in 16s
/ Build Server (C) (push) Successful in 1s
/ Build Server (Bun) (push) Successful in 28s
res should check .ok, not .status. server actually sends a 204, not 200
2026-05-07 19:50:16 +02:00
.forgejo/workflows Made C wait for frontend 2026-05-01 16:10:00 +02:00
src res should check .ok, not .status. server actually sends a 204, not 200 2026-05-07 19:50:16 +02:00
.env Update 2026-05-01 15:56:08 +02:00
.gitignore ignore sqlite 2026-05-01 17:45:03 +02:00
bun.lock Added code hight light and filenames 2026-05-07 16:20:02 +02:00
index.html res should check .ok, not .status. server actually sends a 204, not 200 2026-05-07 19:50:16 +02:00
LICENSE Add LICENSE 2026-05-02 13:31:46 +00:00
package.json Added code hight light and filenames 2026-05-07 16:20:02 +02:00
README.md Update README.md 2026-05-02 13:48:35 +00:00
server.ts Server based raw styling 2026-05-07 17:28:12 +02:00
tsconfig.json Init 2026-05-01 12:11:28 +02:00

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

  1. bun i
  2. bun run build

Server with bundled frontend

  1. bun i
  2. bun run build-server

Development

  1. bun i
  2. bun run dev