Skip to content

simwrapper/simwrapper.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Documentation content for SimWrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published