/micro-lc.github.io

Documentation site for micro-lc and relative add-ons

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Documentation 📖

Mia-Platform

Documentation site for micro-lc and relative add-ons powered by Docusaurus.

Install and start dev mode

yarn install
(cd applications/angular12 && yarn install)
(cd applications/angular13 && yarn install)

then build the subpackages and copy their static files into docusaurus static folder by running

(cd applications/angular12 && yarn build)
(cd applications/angular13 && yarn build)
yarn prepare

then run

yarn start