Webuild is an AI-powered platform that helps you build your website in minutes with code. It leverages the power of AI to generate a fully functional website based on your prompts.
- AI-Powered Website Generation: Simply provide a prompt, and Webuild will generate a complete website for you.
- Next.js Framework: Built using the Next.js framework for optimal performance and scalability.
- Customizable: Easily customize the generated website to fit your needs.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.x or later)
-
Clone the repository:
git clone https://github.com/yourusername/webuild.git cd webuild
-
Install the dependencies for backend:
cd backend && npm install
-
Install the dependencies for frontend:
cd frontend && npm install
Replace .env.example with .env file in backend folder and add your GEMINI API key.
To start the backend server, run:
cd backend && npm run dev
To start the frontend server, run:
cd frontend && npm run dev