From 3c361d7031bd6cffde6840164860270f92b5190f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Nov 2018 01:31:00 +0000 Subject: [PATCH] Add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..057a6f4 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# tailwind-bartik + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn run serve +``` + +### Compiles and minifies for production +``` +yarn run build +``` + +### Lints and fixes files +``` +yarn run lint +```