Initial commit

This commit is contained in:
Jage9
2026-02-20 08:16:43 -05:00
commit b246c9a7fd
53 changed files with 9538 additions and 0 deletions

11
client/README.md Normal file
View File

@@ -0,0 +1,11 @@
# chgrid client
## Run
```bash
cd client
npm install
npm run dev
```
Open `http://localhost:5173`.