public-web/README.md

34 lines
398 B
Markdown
Raw Normal View History

2020-04-17 19:03:06 +02:00
# New web for nolog.cz
2022-10-20 18:42:10 +02:00
## Prerequisities
2022-10-21 13:48:07 +02:00
1. [hugo](https://gohugo.io/getting-started/installing/)
2. Node.js (for [Tailwind](https://tailwindcss.com/))
2022-10-20 18:42:10 +02:00
## Setup
1. Clone repository
2022-10-21 13:48:07 +02:00
2. Install node dependencies
2022-10-20 18:42:10 +02:00
```
2022-10-21 13:48:07 +02:00
yarn
# or
npm install
```
3. Build styles
```
yarn styles:watch
2022-10-20 18:42:10 +02:00
```
3. Start hugo server
```
hugo server -D
```
## Contributors
- <ondrej@nyv.lt>