screenshot-to-code/README.md
2023-11-14 15:10:08 -05:00

27 lines
330 B
Markdown

[Video Demo]
### Instructions
Run the backend
```bash
poetry install
poetry run uvicorn main:app --reload --port 7000
```
Run the frontend,
```bash
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