26 lines
471 B
Markdown
26 lines
471 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/))
|
|
|
|
## Development setup
|
|
|
|
Install dependencies:
|
|
|
|
```
|
|
npm i
|
|
```
|
|
|
|
Start development server (Starts Hugo and Tailwindcss):
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
## Contributors
|
|
|
|
- <ondrej@nyv.lt> <3
|