https://github.com/alphahydrae/remark-slides-experiments
Experiments with remark, an in-browser, Markdown-driven slideshow tool
https://github.com/alphahydrae/remark-slides-experiments
Last synced: 25 days ago
JSON representation
Experiments with remark, an in-browser, Markdown-driven slideshow tool
- Host: GitHub
- URL: https://github.com/alphahydrae/remark-slides-experiments
- Owner: AlphaHydrae
- License: mit
- Created: 2017-01-18T19:30:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T19:33:06.000Z (over 9 years ago)
- Last Synced: 2025-03-13T04:42:45.904Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://alphahydrae.github.io/remark-slides-experiments/
- Size: 463 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Remark Slides Experiments
Experiments with [remark][remark], an in-browser, [Markdown][markdown]-driven
slideshow tool.
[**Check it out!**][demo]
## Requirements
* [Node.js][node] 6.x
## Usage
Install and run:
```bash
git clone git@github.com:AlphaHydrae/remark-slides-experiments.git
cd remark-slides-experiments
npm install
npm start
```
Visit [http://localhost:3000](http://localhost:3000).
## Configuration
* Set `$PORT` to change the localhost port on which content is served (defaults
to 3000).
[remark]: https://remarkjs.com/
[markdown]: https://daringfireball.net/projects/markdown/
[node]: https://nodejs.org/
[demo]: https://alphahydrae.github.io/remark-slides-experiments/