Skip to content

micro-lc/examples

Repository files navigation

Examples 📖

Mia-Platform

Examples of micro-lc parcels.

Install and start dev mode

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

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

(cd parcels/angular12 && yarn build)
(cd parcels/angular13 && yarn build)
yarn build