Skip to content

DuroCodes/spongebin

Repository files navigation

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 🎉

About

a code-uploading site made of sponge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors