Skip to main content
Version: Next

Documentation

NEWS Entries

The NEWS.md file is managed using towncrier. Contributor instructions for news fragments are maintained in CONTRIBUTING.md.

Website setup

The website is built using Docusaurus 2.
Run the following commands from the website directory.

Install

$ corepack pnpm install

pnpm is configured to avoid resolving npm package versions published in the last 10 days during dependency updates.

Local Development

$ corepack pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

For more details, refer here.