https://github.com/widgetti/glue-solara
https://github.com/widgetti/glue-solara
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/widgetti/glue-solara
- Owner: widgetti
- Created: 2023-11-02T09:25:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T15:49:13.000Z (over 1 year ago)
- Last Synced: 2026-06-08T00:08:30.087Z (27 days ago)
- Language: Python
- Size: 189 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glue-solara
development installation requires **npm/nodejs**:
$ pip install -e ".[dev]"
$ pre-commit install
## Serve on local network
For this, we use [caddy](https://caddyserver.com/) as a reverse proxy. After [installing caddy](https://caddyserver.com/docs/install), run
```bash
$ caddy run
```