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

https://github.com/azurity/md-slide

a markdown slide server
https://github.com/azurity/md-slide

Last synced: 5 months ago
JSON representation

a markdown slide server

Awesome Lists containing this project

README

          

# MD Slide

![GitHub](https://img.shields.io/github/license/azurity/md-slide) ![GitHub repo size](https://img.shields.io/github/repo-size/azurity/md-slide)

this is a tool, that can open a server and show slides that render from markdown.

## install

make sure you have `nodejs`

first clone this repo
```bash
git clone https://github.com/azurity/md-slide.git
```

then install dependence
```bash
npm install
```

finally, start the server
```bash
npm start
```

## function introduction

see [introduction](slides/introduction.md) or see our [online demo](https://slide.azurity.run:3043)

## usage

[中文教程](https://github.com/azurity/md-slide/wiki/Tutorial)

## license

[AGPL-3.0](LICENSE)