This repository contains the documentation for Mesh Core, built with VitePress. It provides clear guidance, references, and insights into the architecture, setup, and usage of the Mesh Core system.
Make sure you have the following installed:
Clone the repository and install dependencies:
git clone https://github.com/rightup/MeshCoreDocs.git
cd mesh-core-docs
npm install # or yarn install
To start the local development server:
npm run docs:dev # or yarn docs:dev