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

https://github.com/lumynou5/live-bun

A lightweight live server made with Bun.
https://github.com/lumynou5/live-bun

hot-reload http-server live-server

Last synced: 4 months ago
JSON representation

A lightweight live server made with Bun.

Awesome Lists containing this project

README

          

# Live

Live is a lightweight live server made with [Bun](https://bun.sh/).

## Usage

To install dependencies:

```bash
bun install
```

To run:

```bash
bun .
```