Workshop On Self-Education in software testing
Site is built by Hugo and uses Doks theme.
The only requirement is Node.js 20 or newer.
In root directory of this repository, run:
$ npm install
To start development server, run:
$ npm run start
Go to http://localhost:1313/ to see how it looks. Site is rebuilt automatically as files on disk change.
To build production version of the website, run:
$ npm run build
You can find generated files in public
subdirectory.