From bb7bbaf759c370896d147c7c6243bb991740ec0a Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sun, 20 Oct 2019 15:10:41 +0700 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4ddbcbc..94c55f2e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,10 @@ One neat trick is that you can also create custom one-off templates just by addi Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory: ```bash -$ yarn install +# Install +yarn + +# Run build & watch for changes $ yarn dev ``` @@ -40,7 +43,7 @@ Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/ The `zip` Gulp task packages the theme files into `dist/.zip`, which you can then upload to your site. ```bash -$ yarn zip +yarn zip ``` # PostCSS Features Used