From 3c159f8377c462bf107d61a227cece1513879325 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Apr 2019 21:50:44 +0100 Subject: [PATCH] Update README.md --- README.md | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/README.md b/README.md index a3a640a..3c4126b 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,2 @@ -# rebuilding-platformsh +# Rebuilding Platform.sh with Vue.js and Tailwind CSS -## 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 -``` - -### Run your unit tests -``` -yarn run test:unit -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).