Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# budiman

Bun that runs Seniman

Stack:

- Bun
- Seniman
- Valtio
- TailwindCSS

![screen](screen.png)

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.