Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 763 Bytes

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