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
- Host: GitHub
- URL: https://github.com/azurity/md-slide
- Owner: azurity
- License: agpl-3.0
- Created: 2019-11-24T14:22:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:39:16.000Z (over 3 years ago)
- Last Synced: 2023-02-28T01:04:51.439Z (over 3 years ago)
- Language: CSS
- Homepage:
- Size: 53.4 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)