This module provides a command to serve NearForm training decks written using Remark.
npm install @nearform/nf-present
nf-present deck.md > index.html
--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