Skip to content
Open
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
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Pytest-monitor slides for OSXP21

Slides for Pytest-monitor presentation at Open Source Experience on Nov 9th, 2021
Slides for [Pytest-monitor](https://github.com/CFMTech/pytest-monitor) and [Monitor Server API](https://github.com/CFMTech/monitor-server-api) presentation at [Open Source Experience](https://www.opensource-experience.com/) on Nov 9th, 2021

Available on [GitHub Pages](https://cfmtech.github.io/slides-osxp21/).

Based on [reveal.js](https://revealjs.com/)
- Available on [GitHub Pages](https://cfmtech.github.io/slides-osxp21/).
- Based on [reveal.js](https://revealjs.com/)

## Instructions

- Clone the repository

```bash
$ git clone https://github.com/VisualComputing/colors.git
$ git clone https://github.com/CFMTech/slides-osxp21.git
$ git checkout main
```

- File to edit : [slides en markdown](slides.md)
- Generated on Pages using GitHub Actions

## Tips & tricks
- File to edit : [slides en markdown](slides.md). Please use this [guide](https://revealjs.com/markdown/).
- Can be generated on Pages using GitHub Actions or locally using a basic web server (requires `npm`)

Record a terminal session : https://www.justegeek.fr/enregistrer-session-terminal-gif-ttygif/
```bash
$ npm install # To be done only the first time you clone the repository
$ npm start
```

## Licenses

Expand Down