Files
SnapGo/landing
2026-06-12 08:02:55 +08:00
..
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00
2026-06-12 08:02:55 +08:00

SnapGo Landing

Vite + React landing page for SnapGo.

Development

npm install
npm run dev

Build

npm run build

Set VITE_BASE_PATH when deploying under a sub-path:

VITE_BASE_PATH=/SnapGo/ npm run build

Optional download URL override:

VITE_DOWNLOAD_URL=https://example.com/SnapGo-arm64.dmg npm run build