Move frontend files

This commit is contained in:
Miha Frangež 2025-09-12 23:23:30 +02:00
parent b7ce9d850d
commit 36da67f369
36 changed files with 2 additions and 5 deletions

View file

@ -1,17 +0,0 @@
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```