Deployment
Download the static app archive:
curl -sSL -o mikrosheets.zip https://releases.mikrosuite.com/mikrosheets_latest.zipunzip mikrosheets.zip -d mikrosheetsServe the extracted app files from any static host.
Keep these files together:
index.htmlassets/main.jsassets/styles.cssconfig.jsonmikrosheets.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.