https://github.com/razshare/buns
https://github.com/razshare/buns
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/buns
- Owner: razshare
- Created: 2024-12-15T01:28:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T02:14:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T15:57:10.120Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- 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
```