Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 269 Bytes

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