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

537 B

New web for nolog.cz

status-badge

Prerequisities

  1. hugo
  2. Node.js (for Tailwind)

Setup

  1. Clone repository
  2. Install node dependencies
yarn
# or
npm install
  1. Build styles
yarn styles:watch
  1. Start hugo server
hugo server -D

Contributors