Masterclass @ Hamburg

Masterclasses @ Hamburg

 uhh-cms-tutorials/masterclasses


UHH LogoUHH LogoDESY Logo
Logos: () © UHH () © DESY


Universität Hamburg : © UHH

Elb-Akademie : © DESY

ELB-Akademie

: © Netzwerk Teilchenwelt

Netzwerk Teilchenwelt

: © CMS / CERN

CMS Interactive Slice

CMS Event Display


  

  

  

  1. Python: Download
  2. Node.js: Download

              $ 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
            

  1. Node.js: Download

              
              
              $ git clone git@github.com:uhh-cms-tutorials/masterclasses.git
              $ cd masterclasses/
            
              
              $ npm update
              
            
              
              npm run build
              
              npm run build:dev
              
              npm test