This repositorys hosts mage-engine
documentation.
For the latest version, please visit: https://www.mage.studio/docs/#/
Once you cloned the repository, install dependencies with:
npm i
and serve the docs via:
npm run serve:docs
Documentation will be available on localhost:3000
.