Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 441 Bytes

Presentation

To run it locally install nodejs and

cd ./docs
npm install
npm start

Open http://localhost:8000 to view your presentation

You can change the port by using npm start -- --port=8001

Hint. In case you experience issue on mac os with npm try

npm install -g npm-check-updates
npm-check-updates -u
npm install