public-web/README.md
mdivecky 326a630256
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update 'README.md'
2022-12-03 20:47:28 +01:00

35 lines
537 B
Markdown

# New web for nolog.cz
[![status-badge](https://woodpecker.nolog.cz/api/badges/NoLog.cz/public-web/status.svg)](https://woodpecker.nolog.cz/NoLog.cz/public-web)
## 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>