Skip to content

Latest commit

 

History

History

README.md

Pressship Documentation

This directory contains the documentation site for Pressship.

Local Development

From the repository root:

Run the `docs:dev` package script.

Or from this directory:

Run the `start` package script.

Build

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.

Deployment

GitHub Pages deployment is handled by .github/workflows/docs.yml. Configure the repository Pages source to use GitHub Actions.