Skip to content

Deployment

Download the static app archive:

Terminal window
curl -sSL -o mikrosheets.zip https://releases.mikrosuite.com/mikrosheets_latest.zip
unzip mikrosheets.zip -d mikrosheets

Serve the extracted app files from any static host.

Keep these files together:

  • index.html
  • assets/main.js
  • assets/styles.css
  • config.json
  • mikrosheets.config.json
  • favicon and app icon files
  • manifest.webmanifest

Use 127.0.0.1 for local testing URLs. For production, serve over HTTPS so browser storage and install behavior are predictable.