This repository has been archived on 2025-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
newMuffin/README.md

15 lines
216 B
Markdown

# newmuffin
To install dependencies:
```bash
bun install
```
To run:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.