Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnylazuardi/budiman
Seniman running on Bun
https://github.com/sonnylazuardi/budiman
bun counter real-time seniman server
Last synced: 2 months ago
JSON representation
Seniman running on Bun
- Host: GitHub
- URL: https://github.com/sonnylazuardi/budiman
- Owner: sonnylazuardi
- Created: 2023-12-04T22:34:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T14:50:16.000Z (12 months ago)
- Last Synced: 2024-05-02T06:18:19.290Z (9 months ago)
- Topics: bun, counter, real-time, seniman, server
- Language: JavaScript
- Homepage: http://vps.sonnylab.com:3002/party
- Size: 47.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# budiman
Bun that runs Seniman
Stack:
- Bun
- Seniman
- Valtio
- TailwindCSS
To install dependencies:
```bash
bun install
```To build server:
```bash
bun run build
```To build style:
```bash
bun run style
```To run server:
```bash
bun start
```This project was created using `bun init` in bun v1.0.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.