迁移分享:屏幕截图转为HTML或vue代码
Go to file
2023-11-14 14:56:46 -05:00
backend add a prompt library 2023-11-14 14:56:46 -05:00
frontend show generated code in preview 2023-11-14 14:49:05 -05:00
.gitattributes Initial commit 2023-11-14 12:53:23 -05:00
.gitignore Initial commit 2023-11-14 12:53:23 -05:00
LICENSE Initial commit 2023-11-14 12:53:23 -05:00
README.md add backend with openai calling 2023-11-14 14:40:17 -05:00

Setup Instructions

Run the backend

poetry install
poetry run uvicorn main:app --reload --port 7000

Run the frontend,

yarn
yarn dev

Environment Variables

.env.local contains VITE_WS_BACKEND_URL=ws://127.0.0.1:7000