Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.04 KB

SimWrapper Documentation website

This website is built using Docusaurus 2, a modern static website generator.

If you are looking for SimWrapper itself, see https://simwrapper.github.io

Installation

cd website
yarn install

Local Development

cd website
yarn start

This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.

Build

cd website
yarn build

This command generates static content in the build directory and can be served using any static contents hosting service (we use GitHub Pages).

Deployment

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