2021-04-26 17:18:40 -07:00
..
2021-04-26 17:18:40 -07:00
2021-03-08 03:56:43 -08:00
2021-03-08 03:56:43 -08:00
2021-04-26 09:55:50 -07:00
2021-04-26 09:55:50 -07:00
2021-03-08 03:56:43 -08:00

Installation

Install node and update npm if necessary.

cd obs-websocket/docs
npm install

Build

# Just extract the comments.
npm run comments

# Just render the markdown.
npm run docs

# Do both comments and markdown.
npm run build