Add Castle Chess
[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 ```
7 ./download_objects.sh
8 npm install
9 ```
10
11 ### Compiles and hot-reloads for development
12
13 ```
14 npm run serve
15 ```
16
17 ### Compiles and minifies for production
18
19 ```
20 npm run build
21 ```
22
23 ### Lints and fixes files
24
25 ```
26 npm run lint
27 ```
28
29 ### Customize configuration
30
31 See [Configuration Reference](https://cli.vuejs.org/config/).
32
33 ## Resources
34
35 - Vue.js + Vue router,
36 - Webpack,
37 - mini.css
38
39 Sounds and pieces images where found at various locations.
40 Fonts were found on Google Fonts.