docs: add small readme to frontend

This commit is contained in:
Valentin Kaelin 2023-09-20 22:00:14 +02:00
parent ae0d317b90
commit 8c3b0c5cb9
2 changed files with 38 additions and 1 deletions

37
client-new/README.md Normal file
View file

@ -0,0 +1,37 @@
# LeagueStats Frontend
## Project setup
```
npm install
```
### Compile and hot-reload for development
```
npm run dev
```
### Compile and minify for production
```
npm run build
```
### Test the production build locally
```
npm run preview
```
### Lint files
```
npm run lint
```
### Format files
```
npm run format
```

View file

@ -1,7 +1,7 @@
{ {
"name": "leaguestats-frontend", "name": "leaguestats-frontend",
"private": true, "private": true,
"version": "0.0.0", "version": "0.1.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",