Update README.md

This commit is contained in:
Radek Kozieł 2020-07-17 00:28:10 +02:00 committed by panr
parent c12cc903bd
commit d644337551

View File

@ -184,9 +184,7 @@ See the basic `post` file params supported by the theme — https://github.com/p
## How to run your site ## How to run your site
The theme is using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to handle Javascript and PostCSS files. This setup **requires** following npm packages: `@babel/core`, `@babel/cli` and `postcss-cli`. Before you start, you have to install them (globally or locally): The theme is using [Hugo Pipes](https://gohugo.io/hugo-pipes/) to handle Javascript and PostCSS files. This setup **requires** following npm packages: `@babel/core`, `@babel/cli` and `postcss-cli`. Before you start, you have to install them (globally or locally). Here's how you can set it all up from your Hugo root directory by running:
From your Hugo root directory run:
``` ```
yarn add -D @babel/core @babel/cli postcss-cli yarn add -D @babel/core @babel/cli postcss-cli