Snowbin is a delightfully crafted pastebin with markdown support. Pastes are saved upto 7 days before being deleted.
This project uses Bun and the server is deployed on Cloudflare Workers. You shouldn't necessarily need an account to use Wrangler.
You just have to clone this repository, bun install
, bun build:css
to build
the scss, then bun dev
to start wrangler dev.
Server is built with Hono with hono/jsx
for templating, SCSS and TailwindCSS
with radix-colors, shiki and markdown-it for markdown.
- Fork it (https://github.com/fmhy/snowbin/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request