Update readme

This commit is contained in:
John O'Nolan 2019-10-20 15:10:41 +07:00
parent cfd48ad337
commit bb7bbaf759
1 changed files with 5 additions and 2 deletions

View File

@ -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/<theme-name>.zip`, which you can then upload to your site.
```bash
$ yarn zip
yarn zip
```
# PostCSS Features Used