Tolani Akinola commited on
Commit
7fd33de
Β·
1 Parent(s): 2506691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -8,6 +8,27 @@ pinned: false
8
  license: mit
9
  sdk_version: 1.48.1
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ## Live Demo
12
  - Vercel: (https://care-count-app-demo.vercel.app/) (redirects to the live app)
13
  - Status: MVP demo for a small group. If access is blocked, DM me your HF username and I’ll add you.
 
8
  license: mit
9
  sdk_version: 1.48.1
10
  ---
11
+ [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/tolani007/care-count-starter)
12
+
13
+ ## πŸ”‘ Secrets Setup
14
+ - Copy `.env.example` to `.env`
15
+ - Fill in:
16
+ - `SUPABASE_URL` (from Supabase project β†’ Settings β†’ API)
17
+ - `SUPABASE_KEY` (Anon key, not service role for safety)
18
+ - `HF_TOKEN` (create in Hugging Face β†’ Settings β†’ Access Tokens)
19
+
20
+ ⚠️ Never commit `.env` β€” it’s in `.gitignore`.
21
+ Use Hugging Face Space or Streamlit Cloud settings to add these secrets when deploying.
22
+
23
+ Demo app (Vercel redirect):
24
+ πŸ‘‰ https://care-count-app-demo.vercel.app
25
+
26
+ Code repo:
27
+ πŸ‘‰ https://github.com/tolani007/care-count-starter
28
+
29
+ Issues board (for blockers):
30
+ πŸ‘‰ https://github.com/tolani007/care-count-starter/issues
31
+
32
  ## Live Demo
33
  - Vercel: (https://care-count-app-demo.vercel.app/) (redirects to the live app)
34
  - Status: MVP demo for a small group. If access is blocked, DM me your HF username and I’ll add you.