2020-04-17 19:03:06 +02:00
|
|
|
# New web for nolog.cz
|
2022-10-20 18:42:10 +02:00
|
|
|
|
2022-12-03 20:47:28 +01:00
|
|
|
[![status-badge](https://woodpecker.nolog.cz/api/badges/NoLog.cz/public-web/status.svg)](https://woodpecker.nolog.cz/NoLog.cz/public-web)
|
|
|
|
|
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
|
|
|
|
2023-08-30 21:30:27 +02:00
|
|
|
## Development setup
|
|
|
|
|
|
|
|
Install dependencies:
|
|
|
|
|
|
|
|
```
|
|
|
|
npm i
|
|
|
|
```
|
|
|
|
|
|
|
|
Start development server (Starts Hugo and Tailwindcss):
|
|
|
|
|
|
|
|
```
|
|
|
|
npm run dev
|
|
|
|
```
|
2022-10-20 18:42:10 +02:00
|
|
|
|
|
|
|
## Contributors
|
|
|
|
|
2023-07-02 04:54:03 +02:00
|
|
|
- <ondrej@nyv.lt> <3
|