2025-09-08 11:12:29 -04:00
2025-04-20 21:44:08 -04:00
2025-09-08 11:12:29 -04:00
2025-04-20 21:44:08 -04:00
2025-07-22 21:37:54 -04:00
2025-04-20 21:44:08 -04:00
2025-04-20 21:44:08 -04:00
2025-04-20 21:44:08 -04:00
2025-07-22 21:37:54 -04:00
2025-04-20 21:44:08 -04:00
2025-09-08 11:12:29 -04:00

spongebin

a pastebin for code snippets; rendered with shiki and monaco editor

setup

Note

you need a neon database to run this project

  1. clone the repo
  2. install the dependencies
bun install
  1. create a .env file in the root directory and add the following variables
DATABASE_URL="postgres://<your_neon_database_url>"
  1. run the migrations
bunx drizzle-kit generate
bunx drizzle-kit migrate
  1. run the app
bun dev
  1. enjoy 🎉
Description
a code-uploading site made of sponge ⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-05-01T16:07:41.887Z
Readme 695 KiB
Languages
TypeScript 94.3%
CSS 5.6%
JavaScript 0.1%