diff --git a/README.md b/README.md index 1bb22b3..5f9025f 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,24 @@ ## Prerequisities -1. [Install hugo](https://gohugo.io/getting-started/installing/) +1. [hugo](https://gohugo.io/getting-started/installing/) +2. Node.js (for [Tailwind](https://tailwindcss.com/)) ## Setup 1. Clone repository -2. Pull submodule with theme +2. Install node dependencies ``` - git submodule update --init + yarn + # or + npm install + ``` + +3. Build styles + + ``` + yarn styles:watch ``` 3. Start hugo server