Supra_App/README.md

16 lines
171 B
Markdown
Raw Normal View History

2026-02-17 14:34:29 +07:00
# Supra App
2026-02-17 14:30:02 +07:00
2026-02-17 14:34:29 +07:00
Epic Mega app with multi functionalities for vending machine. Powered by Bun & Svelte Framework
2026-02-17 14:30:02 +07:00
2026-02-17 14:34:29 +07:00
## Run
2026-02-17 14:30:02 +07:00
```
2026-02-17 14:34:29 +07:00
bun run dev
2026-02-17 14:30:02 +07:00
```
2026-02-17 14:34:29 +07:00
## Build
2026-02-17 14:30:02 +07:00
```
2026-02-17 14:34:29 +07:00
bun run build
```