Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 17 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,33 @@ This repository contains presentations for Zarhus Developer Meetups.

## Installation

1. Install the `slidev-template` submodule:
`git submodule update --init --remote slidev-template`
Install the `slidev-template` submodule:

2. Go to the submodule directory:
`cd slidev-template`
```bash
git submodule update --init --remote slidev-template
```

## Usage

### Start presentation

1. Start the desired presentation:
`./scripts/local-preview.sh ../pages/ram-wipe.md`
Start the desired presentation:

2. Open content in browser on <http://127.0.0.1:8000>
```bash
./scripts/local-preview.sh ../pages/ram-wipe.md
```

### Export presentation

1. Start the desired presentation:
`./scripts/generate-pdf.sh ../pages/ram-wipe.md`
Then open content in browser on <http://localhost:8000>

## Contribution

* Please feel free to create issues for improvement ideas and bugs, as well as
pull requests to fix any issues.
* If you intend to provide code improvements, please install all dependencies
by running:
Please feel free to create issues for improvement ideas and bugs, as well as
pull requests to fix any issues. If you intend to provide code improvements,
please install all dependencies by running:

```bash
pip install -r requirements.txt
```
```bash
pip install -r requirements.txt
```

* Before pushing code for review, ensure that `pre-commit run --all-files` does
not return any issues.
Before pushing code for review, ensure that `pre-commit run --all-files` does
not return any issues.
Binary file added img/dhcp-crosscon-zdm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hv-wifi-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lpc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/wifi_click.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/zdm-2-logo-crosscon-hyp-dhcp-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading