https://github.com/sonnylazuardi/budiman
Seniman running on Bun
https://github.com/sonnylazuardi/budiman
bun counter real-time seniman server
Last synced: 6 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T14:50:16.000Z (about 2 years ago)
- Last Synced: 2024-05-02T06:18:19.290Z (almost 2 years 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.