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

https://github.com/santisoler/2022-ubc-open-house


https://github.com/santisoler/2022-ubc-open-house

Last synced: 10 months ago
JSON representation

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.