Skip to content

Commit f15ab4c

Browse files
committed
fixed install, update readme
1 parent a0b6881 commit f15ab4c

File tree

624 files changed

+19471
-46065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

624 files changed

+19471
-46065
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,21 @@ Todo
5050
# install dependencies
5151
npm install
5252

53-
# After doing npm install copy from /copy_in_node_modules in /node_modules
53+
# use these node_modules that I share to you to work correctly https://vue-chess-dependencies-enczdtjzdy.now.sh/
54+
55+
wget https://vue-chess-dependencies-enczdtjzdy.now.sh/
56+
7z x node_modules.7z
5457

55-
cp -r -- copy_in_node_modules/ node_modules/
5658

5759
# serve with hot reload at localhost:8080
58-
npm run dev
60+
yarn dev
5961

6062
# run server in new tab
6163

62-
node server
64+
cd /server
65+
yarn install
66+
67+
node server
6368

6469
# Change the Dev variable in main.js to true
6570

copy_in_node_modules/chessground/.jshintrc

-20
This file was deleted.

copy_in_node_modules/chessground/.npmignore

-4
This file was deleted.

copy_in_node_modules/chessground/LICENSE

-19
This file was deleted.

copy_in_node_modules/chessground/README.md

-193
This file was deleted.

copy_in_node_modules/chessground/assets/base.css

-88
This file was deleted.

copy_in_node_modules/chessground/assets/desktop.css

-10
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bB.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bK-full.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bK.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bN.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bP.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bQ.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/bR.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/wB.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/wK-full.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/wK.svg

-1
This file was deleted.

copy_in_node_modules/chessground/assets/images/pieces/cburnett/wN.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)