a pastebin for code snippets; rendered with shiki and monaco editor
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 🎉