Skip to content

mml-io/mml-starter-project-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

320838c · Jun 15, 2023

History

16 Commits
Jun 15, 2023
Jun 14, 2023
Jun 15, 2023
Jun 14, 2023
Jun 14, 2023
Jun 14, 2023
Jun 14, 2023
Jun 15, 2023
Jun 15, 2023
Jun 14, 2023
Jun 14, 2023
Jun 14, 2023
Jun 15, 2023
Jun 15, 2023
Jun 14, 2023

Repository files navigation

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.