Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
/ nf-present Public archive

Bootstrap module for remark decks

License

Notifications You must be signed in to change notification settings

nearform/nf-present

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nf-present

This module provides a command to serve NearForm training decks written using Remark.

Installation

npm install @nearform/nf-present

Usage

Basic

nf-present deck.md > index.html

Options

  • --css=./path/to/custom.css
  • --out=./path/to/index.html
  • --watch Watch for changes and regenerate the html file, --out is required for this.

Complete Example

nf-present deck.md --css=deck.css --out=index.html --watch