Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joulev/debug-bun
Reproduction repository for all things Bun-related
https://github.com/joulev/debug-bun
Last synced: 3 months ago
JSON representation
Reproduction repository for all things Bun-related
- Host: GitHub
- URL: https://github.com/joulev/debug-bun
- Owner: joulev
- Created: 2023-09-09T05:29:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T05:29:29.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:07:05.352Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# debug-bun
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.