A simple UI overlay used by the MML Starter Project that provides quick access to key MML resources and project sharing.
npm install @mml-io/mml-starter-project-overlay
Including @mml-io/mml-starter-project-overlay/dist/index.js
as a script within your project to
automatically inject the overlay UI.
To run the project locally:
npm install
npm run dev
Running npm run build
will produce the dist
directory.
To publish a new version of the package, update the version
field in package.json
and run
npm run npm-publish
.