feat: add landing page
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# SnapGo Landing
|
||||
|
||||
Vite + React landing page for SnapGo.
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
Set `VITE_BASE_PATH` when deploying under a sub-path:
|
||||
|
||||
```bash
|
||||
VITE_BASE_PATH=/SnapGo/ npm run build
|
||||
```
|
||||
|
||||
Optional download URL override:
|
||||
|
||||
```bash
|
||||
VITE_DOWNLOAD_URL=https://example.com/SnapGo-arm64.dmg npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user