git clone https://github.com/csebooks/hugo-book themes/hugo-book
hugo server --themesDir ../ --disableFastRenderin Linux
export QUESTIONS_FOLDER="$PWD/questions"
export PUBLIC_FOLDER="$PWD/public"
npm run watch --prefix ../hugo-bookin Windows Cmd
set QUESTIONS_FOLDER=%cd%\questions
set PUBLIC_FOLDER=%cd%\public
cd themes\hugo-book
npm i
npm run watch