Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 355 Bytes

TechTalk

Installation / usage

If you want to run the slides locally, then you need to:

  1. Install nodejs (I would recommend to do it via nvm or a similar tool, use latest stable version)
  2. Go to the directory where the project was cloned and run following commands.
  3. npm install
  4. npm install jspm -g
  5. jspm install
  6. npm start