You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/darshan03s/ai-website-maker.git
cd ai-website-maker
Backend Setup
cd backend
# Install dependencies
pnpm install
# Create .env file with required environment variables
cp .env.example .env
# Add your environment variables:# Start development server
pnpm run dev
Frontend Setup
cd frontend
# Install dependencies
pnpm install
cp .env.example .env
# Add your environment variables:# Start development server
pnpm run dev