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
- Host: GitHub
- URL: https://github.com/codedrivenmitch/presentations
- Owner: CodeDrivenMitch
- Created: 2017-10-29T11:40:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T18:00:42.000Z (over 7 years ago)
- Last Synced: 2025-01-31T15:11:12.600Z (4 months ago)
- Language: JavaScript
- Size: 9.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```