Skip to content

Files

Latest commit

 

History

History

office

Mermaid Chart - Office Add In

Mermaid Chart add-in that allows users of Office to work with their Mermaid Chart diagrams directly within the app

  • Excel
  • OneNote
  • PowerPoint
  • Word

Local development

Requirements:

Local setup

  • Switch to office-addin directory. cd packages/office-addin
  • Install dependencies. pnpm install
  • Start the app. pnpm start
  • Select the office app
  • Office will open with add-in loaded, pointing to http://localhost:3000

Note: Office Add-ins should use HTTPS, not HTTP, even when you are developing. If you are prompted to install a certificate after you run "pnpm start", accept the prompt to install the certificate that the Yeoman generator provides.