This commit is contained in:
2026-04-05 20:52:32 +03:30
commit 3579e03646
12 changed files with 2749 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
### Install
```bash
npm install
```
### Build
```bash
npm run build
```
### Serve
```bash
npx serve dist/
```
or
```bash
npx vite preview
```