迁移分享:屏幕截图转为HTML或vue代码
| backend | ||
| frontend | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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