6c657db53616e67cde18a05a2d631fa908b84baf
[vchess.git] / client / README.md
1 # vchess-client
2
3 ## Project setup
4
5 Rename and edit src/parameters.js.dist into parameters.js. Then,
6 download the folders and files listed in download\_objects file.
7 (This is optional, most variants will work without it).
8
9 Finally install dependencies.
10 ```
11 npm install
12 ```
13
14 ### Compiles and hot-reloads for development
15
16 ```
17 npm run serve
18 ```
19
20 ### Compiles and minifies for production
21
22 ```
23 npm run build
24 ```
25
26 ### Lints and fixes files
27
28 ```
29 npm run lint
30 ```
31
32 ### Customize configuration
33
34 See [Configuration Reference](https://cli.vuejs.org/config/).
35
36 ## Resources
37
38 - Vue.js + Vue router,
39 - Webpack,
40 - mini.css
41
42 Sounds and pieces images where found at various locations.
43 Fonts were found on Google Fonts.