forked from NoLog.cz/public-web
33 lines
398 B
Markdown
33 lines
398 B
Markdown
# New web for nolog.cz
|
|
|
|
## Prerequisities
|
|
|
|
1. [hugo](https://gohugo.io/getting-started/installing/)
|
|
2. Node.js (for [Tailwind](https://tailwindcss.com/))
|
|
|
|
## Setup
|
|
|
|
1. Clone repository
|
|
2. Install node dependencies
|
|
|
|
```
|
|
yarn
|
|
# or
|
|
npm install
|
|
```
|
|
|
|
3. Build styles
|
|
|
|
```
|
|
yarn styles:watch
|
|
```
|
|
|
|
3. Start hugo server
|
|
|
|
```
|
|
hugo server -D
|
|
```
|
|
|
|
## Contributors
|
|
|
|
- <ondrej@nyv.lt>
|