cd
to the reponvm install
- this installs the Node.js version specified in .nvmrc
nvm use
- this switches the current Node.js version to the one you just installednpm install
- this installs Node.js dependencies; run this every time dependencies changemake
builds the CSS/JS artifacts and puts them in dist
.
Run make clean
to delete dist
; you may need to do this if dependencies change that make
does not detect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.