-
Start developing.
npm run develop
-
Deploy to production.
npm run deploy
(Adapt
<host>
and<path>
in yourpackage.json
)
The develop
and deploy
commands have already been mentioned, but there are
a couple of other usefull commands:
-
npm run format
Format all JavaScript and CSS code
-
npm run previews
Generate PNG previews for all PDF talks (using Inkscape CLI)
-
npm run rebuild
Remove all RST cache files (XML and HTML caches)