mirror of
https://github.com/SrIzan10/spongebin.git
synced 2026-05-01 11:05:09 +00:00
df279436aa4dd53f865acfdefd0cbc8c1ac4ccb0
spongebin
a pastebin for code snippets; rendered with shiki and monaco editor
setup
Note
you need a neon database to run this project
- clone the repo
- install the dependencies
bun install
- create a
.envfile in the root directory and add the following variables
DATABASE_URL="postgres://<your_neon_database_url>"
- run the migrations
bunx drizzle-kit generate
bunx drizzle-kit migrate
- run the app
bun dev
- 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
Languages
TypeScript
94.3%
CSS
5.6%
JavaScript
0.1%