This commit is contained in:
wont-stream 2025-04-08 02:07:54 -04:00
parent 54dfc1d822
commit 67dce9ddc0
9 changed files with 457 additions and 1 deletions

View file

@ -1,2 +1,21 @@
# aiot
# bun-react-template
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.9. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.