From 64e4fb45cf7302d6ef105ddefd077941e792657a Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Tue, 16 Mar 2021 18:00:23 +0000 Subject: [PATCH] Initial commit --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fdd125 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Onmyoji-deck-builder + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn serve +``` + +### Compiles and minifies for production +``` +yarn build +``` + +### Lints and fixes files +``` +yarn lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).