@mml-io/mml-starter-project-overlay
v0.0.3
Published
Adds an overlay to provide easy access to MML documentation and sharing.
Downloads
13
Readme
MML Starter Project Overlay
A simple UI overlay used by the MML Starter Project that provides quick access to key MML resources and project sharing.
Usage
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.
Development
To run the project locally:
npm install
npm run dev
Running npm run build
will produce the dist
directory.
Publishing
To publish a new version of the package, update the version
field in package.json
and run
npm run npm-publish
.