This directory contains the documentation site for Pressship.
From the repository root:
Run the `docs:dev` package script.Or from this directory:
Run the `start` package script.From the repository root:
Run the `docs:build` package script.Or from this directory:
Run the `build` package script.The generated static site is written to website/build.
GitHub Pages deployment is handled by .github/workflows/docs.yml. Configure the repository Pages source to use GitHub Actions.