From 29fff0903168cb747cf0af45dbe6de2950e074e2 Mon Sep 17 00:00:00 2001 From: kkosuge Date: Sun, 28 Oct 2018 23:06:05 +0900 Subject: [PATCH] chore: remove readme.md --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index a2861c7..0000000 --- a/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# dddraft - -## Project setup - -``` -yarn install -``` - -### Compiles and hot-reloads for development - -``` -yarn run serve -``` - -### Compiles and minifies for production - -``` -yarn run build -``` - -### Run your tests - -``` -yarn run test -``` - -### Lints and fixes files - -``` -yarn run lint -```