https://github.com/fourdigits/pygrunn
Slides from the 2024 PyGrunn presentation "Testing Django Applications"
https://github.com/fourdigits/pygrunn
Last synced: 10 months ago
JSON representation
Slides from the 2024 PyGrunn presentation "Testing Django Applications"
- Host: GitHub
- URL: https://github.com/fourdigits/pygrunn
- Owner: fourdigits
- Created: 2024-05-16T11:13:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T11:03:35.000Z (about 2 years ago)
- Last Synced: 2025-03-30T03:22:59.818Z (about 1 year ago)
- Language: CSS
- Size: 3.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyGrunn 2024: Testing Django Applications
A presentation built with [RevealJS](https://revealjs.com/).
## Install
Requirements: NodeJS 18 or up.
```bash
npm install
```
## Run
```bash
npm start
```
## RevealJS commands
- Toggle full screen: `f`
- Open speaker notes: `s`
- Toggle overview mode: `Esc`
- Toggle black screen: `b`
## Editing the presentation
Go to [index.html](./index.html) to edit slides.