迁移分享:屏幕截图转为HTML或vue代码
Go to file
2023-11-14 15:10:08 -05:00
backend aider: Changed file writing operation to write into a new file in the run_logs directory for each run using the current timestamp as the filename. 2023-11-14 15:00:23 -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 Update README 2023-11-14 15:10:08 -05:00

[Video Demo]

Instructions

Run the backend

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

Run the frontend,

yarn
yarn dev

Hosted Version

Hosted version coming soon at https://picoapps.xyz

Environment Variables

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