Comment on page
🥳
Getting Started
- 1.Clone repository
git clone [email protected]:eylonmiz/react-gpt.git
- 2.Change to the project directory
cd react-gpt
- 3.
- 4.Set OPENAI_SECRET_KEY in backend/main .env file (see .env.example) or run the script below
echo OPENAI_SECRET_KEY="INSERT_YOUR_OPENAI_SECRET_KEY_VALUE_HERE" >> backend/main/.env
- 5.Install dependencies
yarn install
- 6.Run Backend Script - This script generates the componenets
yarn backend:dev
- 7.Run Frontend App to see your components in action
yarn frontend:dev
- 8.Open frontend/main/src/GenReactApp.tsx
Read the instructions and change the example component to the component you generated
- 9.Read Project Customization Section
Read the Project Customization Section to learn how to customize and operate the project
Last modified 6mo ago