Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.05 KB

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