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

https://github.com/oncomouse/1shot-slideshow


https://github.com/oncomouse/1shot-slideshow

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 1shot-slideshow

Starter project for using [Remark](https://github.com/gnab/remark) in standalone scenarios (built with webpack).

## Edit

Open `slides.md` and create your slides.

Change `stylesheets/slides.scss` to style your slides.

## Start Development Server

```shell
> npm start
```

## Build Distributable Slides

```shell
> npm build
```