An open API service indexing awesome lists of open source software.

https://github.com/vwh/paste-bun

Pastebin alternative built with Elysia, powered by the Bun runtime and SQLite for fast and lightweight text and code snippet sharing.
https://github.com/vwh/paste-bun

code-snippet paste pastebin pastebin-alternative pastebin-api pastebin-service text-share

Last synced: 11 months ago
JSON representation

Pastebin alternative built with Elysia, powered by the Bun runtime and SQLite for fast and lightweight text and code snippet sharing.

Awesome Lists containing this project

README

          

# Paste Bun

Pastebin alternative built with Elysia, powered by the Bun runtime and SQLite for fast and lightweight text and code snippet sharing.

## 🚀 Development

To install dependencies, run:

```
bun install
```

To start the development server, run:

```
bun run dev
```

## 🤝 Contributing

Contributions are welcome! Feel free to open a pull request with your improvements or fixes.

## 📄 License

Under the MIT License. See [License](https://github.com/vwh/paste-bun/blob/main/LICENSE) for more information.