/mergifyio-docs

Mergify Public Documentation

Primary LanguageMDX

Mergify Docs

This repository contains the code responsible for building the Mergify Docs site.

Developing locally

Run

  1. Install NPM dependencies:

    npm i
  2. Start the local development environment:

    npm run develop