arrow_backRetour aux issues
Rahul-pamula/Open_Source_Scout
#113
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Phase 7D: Frontend deployment guide (Vercel + Netlify)
ecoDébutant
help wanted
good first issue
descriptionDescription
## Phase 7D — Frontend Deployment Documentation
### Context
After running the setup CLI, users need to deploy the React frontend. This is a documentation contribution open to community contributors.
### Scope
Write `docs/DEPLOYMENT.md` covering:
**1. Vercel (recommended)**
- Fork the repo
- Connect to Vercel
- Set `VITE_SUPABASE_URL` and `VITE_SUPABASE_ANON_KEY` as env vars
- Deploy
**2. Netlify (alternative)**
- Same steps for Netlify
**3. Local development**
- `npm run dev` in `apps/web`
### Important notes to include
- Clearly distinguish VITE_ (public, safe for Vercel) vs non-VITE_ (secrets, must stay in Supabase Vault)
- Explain that Open Source Scout does NOT operate a central server — each user's data lives in their own Supabase project
### Acceptance criteria
- [ ] `docs/DEPLOYMENT.md` exists
- [ ] Vercel steps are documented
- [ ] Netlify steps are documented
- [ ] Environment variable table is accurate
- [ ] Secrets vs public vars are clearly distinguished
Issues similaires
lingdojo/kana-dojo
star3.2k
Poids du dépôt lourd
[Good First Issue] 🐡 Add new Japan Fact 251 - Beginner-Friendly Open-source Contribution
## 🟢 Good First Issue: Add Japan Fact #251 — Beginner-Friendly Open Source Contribution ![Time: <1 minute](https://img…
TypeScript
enhancement
help wanted
WasiqB/multiple-cucumber-html-reporter
star281
Poids du dépôt moyen
Error bucketing
It would be great to bucket the errors in different types i.e. Code exception, configuration exception, environmental e…
TypeScript
enhancement
help wanted
StellarLock/StellarLock
star0
Poids du dépôt léger
LP lock links omit the /token|lp/ URL segment, causing wrong-type lookups on the detail page
## Summary Lock detail links should include the lock's kind in the URL, e.g. `/app/lock/lp/:id` or `/app/lock/token/:i…
TypeScript
bug
good first issue