If you want to run the slides locally, then you need to:
- Install nodejs (I would recommend to do it via nvm or a similar tool, use latest stable version)
- Go to the directory where the project was cloned and run following commands.
- npm install
- npm install jspm -g
- jspm install
- npm start