https://github.com/meownowapp/privacypolicy
https://github.com/meownowapp/privacypolicy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meownowapp/privacypolicy
- Owner: MeowNowApp
- Created: 2025-09-29T20:05:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T20:45:03.000Z (9 months ago)
- Last Synced: 2025-09-29T22:28:37.077Z (9 months ago)
- Language: HTML
- Homepage: https://privacy-policy-six-ecru.vercel.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeowNow Privacy Policy Site
Simple static site hosting the MeowNow privacy policy for App Store compliance.
## Deploy to Vercel
1. Install Vercel CLI (if not already installed):
```bash
npm install -g vercel
```
2. Navigate to this directory:
```bash
cd /Users/wbreiler/Developer/MeowNow/privacy-site
```
3. Deploy:
```bash
vercel
```
4. Follow the prompts:
- Set up and deploy? **Y**
- Which scope? (select your account)
- Link to existing project? **N**
- What's your project's name? **meownow-privacy**
- In which directory is your code located? **.**
5. Your site will be live at: `https://meownow-privacy.vercel.app`
6. For production deployment:
```bash
vercel --prod
```
## Update Privacy Policy
Edit `public/index.html` and redeploy with `vercel --prod`.
## URL for App Store
Use the production URL in your App Store Connect privacy policy field:
`https://meownow-privacy.vercel.app`
Or set up a custom domain in Vercel settings.