/ebakus-docs-1

Official documentation for the Ebakus blockchain

Primary LanguageHTMLMIT LicenseMIT

Ebakus Documentation

This repository contains the Ebakus Documentation source files.

Running locally

The documentation is built using MkDocs.

pip install -r requirements.txt

You can build the documentation locally using:

mkdocs build

Or serve local docs with:

mkdocs serve