Merge branch 'master' of github.com:anatolykopyl/vk-bingo

This commit is contained in:
2021-03-27 20:24:22 +03:00
2 changed files with 9 additions and 20 deletions

5
LICENSE Normal file
View File

@@ -0,0 +1,5 @@
"THE BEERWARE LICENSE" (Revision 42):
Anatoly Kopyl wrote this code. As long as you retain this
notice, you can do whatever you want with this stuff. If we
meet someday, and you think this stuff is worth it, you can
buy me a beer in return.

View File

@@ -1,24 +1,8 @@
# vk-bingo # vk-bingo
## Project setup *Игра на знание своих друзей по мотивам вашей беседы ВК.*
```
npm install
```
### Compiles and hot-reloads for development Данные для игры получаются из архива доступного по [ссылке](https://vk.com/data_protection?section=rules).
```
npm run serve
```
### Compiles and minifies for production ### Todo:
``` - Собирать в БД не только картинки, но и репосты и видео.
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).