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

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)

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
```