diff --git a/README.md b/README.md new file mode 100644 index 0000000..3385d39 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# DICE +This is a test dice game created with the framework Vue.js + +### Installation: + +```sh +$ cd +$ npm i +$ npm run serve +``` +### Run tests: +```sh +$ cd +$ npm run test +```