Skip to content

micro-lc/micro-lc.github.io

Repository files navigation

Documentation 📖

Mia-Platform

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

Install and start dev mode

yarn install

then

  • build static files from static-templates
  • build vue application from applications/vue

into docusaurus static folder by running

yarn prepare

then run

yarn start

Notes

⚠️ DO NOT MODIFY static/frames directly

frames and micro-lc configurations for showcases are first interpolated and they must be created in the mirror folder static-templates/frames

the build-static-frames or build step take care of operations on those folders