https://github.com/santisoler/2023-mutmut-slides
Slides for showing how to use `mutmut`
https://github.com/santisoler/2023-mutmut-slides
Last synced: 9 months ago
JSON representation
Slides for showing how to use `mutmut`
- Host: GitHub
- URL: https://github.com/santisoler/2023-mutmut-slides
- Owner: santisoler
- License: cc-by-4.0
- Created: 2023-03-23T17:15:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T22:13:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T23:28:43.353Z (11 months ago)
- Language: JavaScript
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slides for a presentation about `mutmut` at UBC-GIF group
## 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.
## License
The slides are licensed under a Creative Commons Attribution 4.0 International
License.