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.
- Host: GitHub
- URL: https://github.com/vwh/paste-bun
- Owner: vwh
- License: mit
- Created: 2024-09-04T15:41:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T21:28:53.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:51:39.610Z (11 months ago)
- Topics: code-snippet, paste, pastebin, pastebin-alternative, pastebin-api, pastebin-service, text-share
- Language: TypeScript
- Homepage:
- Size: 414 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.