Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 876 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 876 Bytes

Charba Wiki

Build Charba wiki

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