迁移分享:屏幕截图转为HTML或vue代码
Go to file
2023-11-14 15:55:51 -05:00
backend fix toasts, error capture and get end to end working 2023-11-14 15:41:04 -05:00
frontend add a download code button 2023-11-14 15:55:51 -05:00
.gitattributes Initial commit 2023-11-14 12:53:23 -05:00
.gitignore Update .gitignore 2023-11-14 15:10:47 -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