https://github.com/razshare/bunfire
using Zig + Bun + Svelte to render svelte files on the server and hydrate them over a file system router
https://github.com/razshare/bunfire
Last synced: about 1 year ago
JSON representation
using Zig + Bun + Svelte to render svelte files on the server and hydrate them over a file system router
- Host: GitHub
- URL: https://github.com/razshare/bunfire
- Owner: razshare
- License: mit
- Created: 2023-09-15T17:44:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T00:07:57.000Z (over 2 years ago)
- Last Synced: 2025-04-23T10:52:54.547Z (about 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bunfire
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run start
```