mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Ignore NPM logs
This commit is contained in:
parent
698636411e
commit
49b7bd1131
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
public
|
||||
node_modules
|
||||
npm-debug.log.*
|
||||
|
||||
@ -4,7 +4,7 @@ A multiplayer chess game using Vue, VueX.
|
||||
|
||||
## Instructions
|
||||
|
||||
To get started, simply run the following command in your terminal...
|
||||
To get started, simply run the following commands in your terminal...
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
@ -13,4 +13,4 @@ brunch watch -s
|
||||
|
||||
## License
|
||||
|
||||
This code is licensed under [MIT](), see [license.md](license.md) for details.
|
||||
This code is licensed under MIT, see [license.md](LICENSE.md) for details.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user