https://github.com/santisoler/2022-ubc-open-house
https://github.com/santisoler/2022-ubc-open-house
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/santisoler/2022-ubc-open-house
- Owner: santisoler
- Created: 2022-10-31T16:33:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T17:15:21.000Z (over 3 years ago)
- Last Synced: 2025-02-09T23:28:50.718Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.santisoler.com/2022-ubc-open-house
- Size: 64.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slides for GIF-UBC Open House event 2022
**Slides:** [santisoler.com/2022-ubc-open-house](https://www.santisoler.com/2022-ubc-open-house)
**Slides as a PDF:** [slides.pdf](https://raw.githubusercontent.com/santisoler/2022-ubc-open-house/main/slides.pdf)
## Serving the slides
Install [livereload](https://github.com/lepture/python-livereload):
```
pip install livereload
```
or
```
conda install livereload -c conda-forge
```
Then start a local webserver by running:
```
python serve.py
```
Open `http://localhost:8000` in your browser to see the slides. The page will
automatically reload the page when you update any of the files in the
repository.
## Acknowledgements
These slides are based on the
[`talk-template`](https://github.com/leouieda/talk-template) created by
[Leonardo Uieda](https://www.leouieda.com).
## License
The slides (`slides.md`, `index.html`, and `css/style.less`) are licensed under
a Creative Commons Attribution 4.0 International License.