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