Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 364 Bytes

Presentations of Mitchell Herrijgers

Presentations can be found online at: http://morlack-presentations.s3-website-eu-west-1.amazonaws.com/

Local dev

To run it locally, run:

npm install
npm start

Now you can view the presentations by selecting one from the list

Deploying to S3

aws s3 cp ./ s3://morlack-presentations/ --recursive