Dev environment

December 11, 2025 ยท View on GitHub

This website is built using Docusaurus.

Requirements

  • Node.js version 20.0 or above.

Installation

To install all dependencies, run:

npm install

Local Development

To start the project locally, run:

npm run start

Test

To execute unit tests, run:

npm run test

Build

To generate static content, run:

npm run build

Contents

  1. 1Requirements
  2. 2Installation
  3. 3Local Development
  4. 4Test
  5. 5Build