X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2FREADME.md;h=e943f2cf9de80873cb4a704175c9a70063265f26;hb=HEAD;hp=2c1caabd87a49134d1fee2f2fac00aa12e6efb77;hpb=e07981727a6d486886f01f8e0ddc548fd733764b;p=vchess.git diff --git a/client/README.md b/client/README.md index 2c1caabd..e943f2cf 100644 --- a/client/README.md +++ b/client/README.md @@ -1,40 +1,8 @@ # vchess-client -## Project setup +## Setup -Rename and edit src/parameters.js.dist into parameters.js. Then, -download the folders and files listed in download\_objects file. -(This is optional, most variants will work without it). - -For Emergo and Avalam, run generateSVG\*.py scripts in folder -public/images/pieces/Emergo and Avalam (pieces SVGs). - -Finally install dependencies. -``` -npm install -``` - -### Compiles and hot-reloads for development - -``` -npm run serve -``` - -### Compiles and minifies for production - -``` -npm run build -``` - -### Lints and fixes files - -``` -npm run lint -``` - -### Customize configuration - -See [Configuration Reference](https://cli.vuejs.org/config/). +See main INSTALL\_INSTRUCTIONS file. ## Resources