Source code for minimerch.info.
The miniMerch onboarding site helps vendors and buyers get started with miniMerch — the multi-product blockchain shop builder for Minima.
It covers:
- Minima node setup — guides for Android, macOS, Windows, and Linux
- miniMerch Studio — download and install the desktop app (macOS + Windows)
- miniMerch CLI — install and use the command-line tool
- FAQ — common questions about miniMerch and Minima
onboarding/
├── index.html # Landing page — Studio download + feature overview
├── install.html # Install page — Studio (Option A) + CLI (Option B)
├── faq.html # FAQ
├── css/
│ └── styles.css # Design system
├── js/
│ ├── main.js # Landing page logic
│ ├── node-detect.js # Minima node detection
│ └── platform-detect.js # OS detection
├── guides/
│ ├── index.html # Guides hub
│ ├── studio.html # miniMerch Studio install guide (macOS + Windows)
│ ├── mini-merch.html # miniMerch CLI setup guide
│ ├── android.html # Android Minima node guide
│ ├── macos.html # macOS Minima node guide
│ ├── windows.html # Windows Minima node guide
│ └── linux.html # Linux Minima node guide
└── installer/
├── package.json
├── install.js
└── wizard.js
Hosted on GitHub Pages with custom domain minimerch.info.
- Fork or clone this repository
- Go to Settings → Pages
- Source: Deploy from branch →
main→/ (root) - Add custom domain and CNAME file
npx serve .
# open http://localhost:3000MIT