https://github.com/kud/boilerplate-remark
Want to make HTML/CSS slides? This is the tool — A boilerplate for Remark (https://github.com/gnab/remark)
https://github.com/kud/boilerplate-remark
Last synced: 5 months ago
JSON representation
Want to make HTML/CSS slides? This is the tool — A boilerplate for Remark (https://github.com/gnab/remark)
- Host: GitHub
- URL: https://github.com/kud/boilerplate-remark
- Owner: kud
- Created: 2018-02-22T09:46:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T14:53:21.000Z (over 8 years ago)
- Last Synced: 2025-02-05T23:57:10.783Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate for Remark
This is a boilerplate for [Remark](https://github.com/gnab/remark), a simple, in-browser, markdown-driven slideshow tool targeted at people who know their way around HTML and CSS.
```
.
├── images // images in your slides, background, etc
├── index.html
├── index.md // this is where you will do your slides
├── attachments // pdf, etc
└── styles
└── index.css // your slides, your style
```
## Installation
```shell
$ npm install
```
## Usage
```
$ npm run start
```