mirror of
https://github.com/Mibew/docs.mibew.org.git
synced 2025-04-20 18:17:22 +03:00
584 B
584 B
Mibew documentation
This repository contains documentation from https://docs.mibew.org site.
Building the docs
There are several actions one should perform to build a local copy of the docs:
- Install node.js and npm.
- Obtain a copy of the repository using
git clone
, download button or another way. - Navigate to the downloaded repository and install npm dependencies by running
npm install
. - Build the site by running
node index.js
Finally, static documentation site will be placed in build
directory.