Skip to main content

Website and documentation

Esy uses docusaurus. All the code for the website can be found in the site folder on the esy github repository.

To make changes, clone the repository and cd site/. Then

  1. Install the dependencies
yarn # be sure be inside the site/ folder

  1. Run site locally:
yarn start
  1. When you are happy with the changes, raise a PR and get it approved.

  2. If you're an admin, you can wait for github actions to finish generating the HTML pages and fetch the gh-pages branch via git. You can then force push to esy.github.io.