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
- Install the dependencies
yarn # be sure be inside the site/ folder
- Run site locally:
yarn start
-
When you are happy with the changes, raise a PR and get it approved.
-
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.