mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
docs: add small readme to frontend
This commit is contained in:
parent
ae0d317b90
commit
8c3b0c5cb9
2 changed files with 38 additions and 1 deletions
37
client-new/README.md
Normal file
37
client-new/README.md
Normal 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
|
||||
```
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "leaguestats-frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
|
|
|||
Loading…
Reference in a new issue