

$ git clone -b gh_pages --single-branch https://github.com/uhh-cms-tutorials/masterclasses.git
$ cd ~/Downloads/masterclass_uhh-main
$ python -m http.server 8000
$ npm install -g http-server
$ npx http-server ./ -p 8000
$ git clone git@github.com:uhh-cms-tutorials/masterclasses.git
$ cd masterclasses/
$ npm update
npm run build
npm run build:dev
npm test