Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 804 Bytes

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.