openedx / paragon

💎 An accessible, theme-ready design system built for learning applications and Open edX.
https://paragon-openedx.netlify.app
Apache License 2.0
120 stars 65 forks source link

Add `start:with-theme` NPM script to consuming MFEs #2831

Open adamstankiewicz opened 10 months ago

adamstankiewicz commented 10 months ago

Add the following NPM script to consuming package.json files for micro-frontends, including frontend-template-application.

{
  "scripts": {
    "start:with-theme": "paragon install-theme && npm start && npm install"
  }
}

If a consuming project is not on the latest version, defer for now but note it as a comment on this issue.

PKulkoRaccoonGang commented 9 months ago

Opened new PRs:

Not the latest Paragon version: