Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangvanthanh/bundev
Experiencing with Bun
https://github.com/dangvanthanh/bundev
biomejs bun elysia htmx pandas turso
Last synced: 4 months ago
JSON representation
Experiencing with Bun
- Host: GitHub
- URL: https://github.com/dangvanthanh/bundev
- Owner: dangvanthanh
- License: mit
- Created: 2023-06-04T02:41:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T05:53:20.000Z (5 months ago)
- Last Synced: 2024-08-20T08:07:45.255Z (5 months ago)
- Topics: biomejs, bun, elysia, htmx, pandas, turso
- Language: TypeScript
- Homepage: https://bundev.fly.dev
- Size: 2.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bun Dev
> Experiencing with Bun
## Getting Started
Create `.env` in root of this project. Add the database url and database auth token for the database used in [Turso](https://turso.tech/).
```
TURSO_DATABASE_URL=""
TURSO_AUTH_TOKEN=""
NEWS_API_KEY=""
```## Technologies
- [Bun](https://bun.sh/)
- [Elysia](https://elysiajs.com/)
- [Turso](https://turso.tech/)
- [Htmx](https://htmx.org/)
- [Hyperscript](https://hyperscript.org/)
- [Kitajs Html](https://github.com/kitajs/html)
- [PandaCSS](https://panda-css.com/)
- [Drizzle ORM](https://orm.drizzle.team/)
- [Vercel AI SDK](https://sdk.vercel.ai/docs)
- [Biome](https://biomejs.dev)## License
MIT © [Dang Van Thanh](https://dangthanh.org)