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

https://github.com/yossydev/slide

Using Marp to manage slides with md files
https://github.com/yossydev/slide

Last synced: 3 months ago
JSON representation

Using Marp to manage slides with md files

Awesome Lists containing this project

README

        

# yossydev slide

[![Actions Status](https://github.com/yossydev/slide/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/yossydev/slide)

## Build

```shell
# Generate slides
make slide

# local server
make server

# stop
make stop
```