use AI to generate UI components
git clone https://github.com/ctate/codeless.git
cd codeless
npm install
Add .env.local
file with your OpenAI API Key:
OPENAI_API_KEY=""
npm run dev
Then go to: http://localhost:1355
To contribute to this project, kindly fork the repository and submit a pull request containing your modifications.