This repository contains the source code of the Charba wiki site, built using Docusaurus 2, located here.
To install all packages in order to build it, use:
npm install
The following command generates static content into the build
directory and can be served using any static contents hosting service.
npm run build