-
Install npm and yarn: see docusaurus2 webpage
-
Run local server while developing:
cd website
yarn start
-
Deploy to GH Pages: https://v2.docusaurus.io/docs/deployment#deploying-to-github-pages
- Add useful snippets to the
snippets.json
file. - Document the new snippets in the
vs-code-snippets/snippets.md
file. For large changes to the snippets file we provide asnippets-parser.py
script that automatically convertssnippets.json
into markdown format. - Submit your proposed changes via a PR for review.