forked from NoLog.cz/public-web
Update readme
This commit is contained in:
parent
e5341a79ad
commit
402d8b9ef2
1 changed files with 12 additions and 3 deletions
15
README.md
15
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
|
||||
|
|
Reference in a new issue