-
-
Notifications
You must be signed in to change notification settings - Fork 22
make setup easier with an interactive script #4
Copy link
Copy link
Open
Labels
apertre3.0Apertre 3.0 open source programApertre 3.0 open source programeasysimple fixes requiring minimal project knowledge.simple fixes requiring minimal project knowledge.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
apertre3.0Apertre 3.0 open source programApertre 3.0 open source programeasysimple fixes requiring minimal project knowledge.simple fixes requiring minimal project knowledge.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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