From 02cc89d1492b9b18c7589e526c203a9f7c73ff75 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 13 May 2018 14:48:09 +0300 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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 +```