Skip to content

make setup easier with an interactive script #4

@ayushHardeniya

Description

@ayushHardeniya

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

Metadata

Metadata

Labels

apertre3.0Apertre 3.0 open source programeasysimple fixes requiring minimal project knowledge.enhancementNew feature or requestgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions