mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
17cbde0e48
Soooooooooo apparently doing notifications natively shouldn't even work. This is probably what was crashing OBS in 4.x. Fixed now I guess... |
||
---|---|---|
.. | ||
generated | ||
partials | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
comments.js | ||
config.json | ||
docs.js | ||
package.json | ||
protocol.hbs | ||
README.md |
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