This project uses Docusaurus 2 to build and publish the Gwen website.
This command installs all dependencies locally.
yarn install
This command starts a local server and opens the site in a browser window. Most changes are reflected live without having to restart.
yarn start
This command builds the static website and outputs it to the build
directory.
yarn build
Merging 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-pages
branch - The website will be served at https://gweninterpreter.org