https://github.com/oncomouse/1shot-slideshow
https://github.com/oncomouse/1shot-slideshow
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/1shot-slideshow
- Owner: oncomouse
- Created: 2016-04-11T16:43:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T14:22:55.000Z (about 10 years ago)
- Last Synced: 2026-01-02T23:14:51.353Z (6 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```