Skip to content

jennygzma/ui-design-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Front End

In one terminal...

Set up

Make sure npm, react, and mui are installed

To run FE

cd frontend
npm start

BackEnd

In another terminal...

Set up

cd backend
conda env create -n UIDesignProto -f environment.yml

pip install as necessary
create a .env file within the backend directory
and add your Open AI API key and Anthropic API Key. They should be saved as follows: "ANTHROPIC_API_KEY"="xyz", and "OPENAI_API_KEY"="xyz"
create a generated folder within backend directory - this is where all the generated code will stay

To run BE

conda activate UIDesignProto
python server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published