Update readme

This commit is contained in:
Ondřej 2022-10-21 13:48:07 +02:00
parent e5341a79ad
commit 402d8b9ef2

View file

@ -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