This project is a Real Time Website Builder, allowing users to create and edit websites in real-time. It's built using React and provides a dynamic, interactive interface for web development.
- Real-time website editing
- Live preview of changes
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/AllAboutAI-YT/real_time_website_b.git
- Navigate to the project directory:
cd real_time_website_b
- Set Your OpenAI API Key:
set your API Key in Server -> .env
- Install dependencies:
npm install react react-dom react-scripts express cors dotenv openai
- Start the server:
node server.js
- Start the development server:
npm start