Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razshare/buns
https://github.com/razshare/buns
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/buns
- Owner: razshare
- Created: 2024-12-15T01:28:04.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-15T01:28:06.000Z (11 days ago)
- Last Synced: 2024-12-15T01:33:24.845Z (11 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```