This website is built using Docusaurus 2, a modern static website generator.
If you are looking for SimWrapper itself, see https://simwrapper.github.io
cd website
yarn installcd website
yarn startThis command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.
cd website
yarn buildThis command generates static content in the build directory and can be served using any static contents hosting service (we use GitHub Pages).
The main docs repo at https://github.com/simwrapper/simwrapper.github.io uses GitHub Actions to auto-build the site after every commit on the master branch.
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy