Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/razshare/buns


https://github.com/razshare/buns

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# What is this?

This is an opinionated bun starter template.

# Usage

Install dependencies with

```bash
bun install
```

Compile into a standalone executable with

```bash
bun run build
```

or run in development mode with

```bash
bun run dev
```