Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 736 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 736 Bytes

codeless

use AI to generate UI components

codeless screenshot

Quickstart

Install

git clone https://github.com/ctate/codeless.git
cd codeless
npm install

Configure

Add .env.local file with your OpenAI API Key:

OPENAI_API_KEY=""

Run

npm run dev

Then go to: http://localhost:1355

Contribute

To contribute to this project, kindly fork the repository and submit a pull request containing your modifications.

License

MIT