Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 428 Bytes

File metadata and controls

33 lines (24 loc) · 428 Bytes

Dev environment

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