From 402d8b9ef2ddb6cd9dbb77392728d341a685a7c4 Mon Sep 17 00:00:00 2001 From: ondrej Date: Fri, 21 Oct 2022 13:48:07 +0200 Subject: [PATCH] Update readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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