Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snyypi authored May 13, 2018
1 parent 4cba29c commit 02cc89d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# DICE
This is a test dice game created with the framework Vue.js

### Installation:

```sh
$ cd <project folder>
$ npm i
$ npm run serve
```
### Run tests:
```sh
$ cd <project folder>
$ npm run test
```

0 comments on commit 02cc89d

Please sign in to comment.