An open API service indexing awesome lists of open source software.

https://github.com/codedrivenmitch/presentations

Presentations given by me on several occasions
https://github.com/codedrivenmitch/presentations

Last synced: about 2 months ago
JSON representation

Presentations given by me on several occasions

Awesome Lists containing this project

README

        

# 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
```bash
aws s3 cp ./ s3://morlack-presentations/ --recursive
```