Skip to content

gwen-interpreter/gwen-interpreter.github.io

Repository files navigation

Gwen Website

This project uses Docusaurus 2 to build and publish the Gwen website.

Install

This command installs all dependencies locally.

yarn install

Start

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

Build

This command builds the static website and outputs it to the build directory.

yarn build

Publish

Merging or pushing changes to the master branch will trigger the website workflow in GitHub Actions to build, verify and publish the site.

Releases

No releases published

Packages

No packages published