Context
See #2 - people keep getting stuck on the .env setup.
Let's make it less painful.
Idea
Create a simple interactive script that asks for your Supabase/HuggingFace credentials and creates the .env files for you.
when user runs : npm run setup
Then it just prompts you for each value and handles the rest.
What it should do
- ask for Supabase URL and keys
- ask for HuggingFace token (optional)
- maybe validate the format of URLs/keys?
- Create both
- backend/.env and
- frontend/.env automatically
Context
See #2 - people keep getting stuck on the .env setup.
Let's make it less painful.
Idea
Create a simple interactive script that asks for your Supabase/HuggingFace credentials and creates the
.envfiles for you.when user runs :
npm run setupThen it just prompts you for each value and handles the rest.
What it should do