This project uses Docusaurus 2 to build and publish the Gwen website.
This command installs all dependencies locally.
yarn installThis command starts a local server and opens the site in a browser window. Most changes are reflected live without having to restart.
yarn startThis command builds the static website and outputs it to the build directory.
yarn buildMerging or pushing changes to the master branch will trigger the website workflow in GitHub Actions to build, verify and publish the site.
- The generated website will be pushed to the
gh-pagesbranch - The website will be served at https://gweninterpreter.org