0
0
Fork 0

Initialize web code

This commit is contained in:
Oliver-Akins 2020-12-07 20:32:16 -07:00
parent 850af27966
commit f7b571269e
7 changed files with 9068 additions and 0 deletions

19
web/README.md Normal file
View file

@ -0,0 +1,19 @@
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```