https://github.com/widgetti/glue-solara
https://github.com/widgetti/glue-solara
Last synced: 7 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: 2024-10-17T13:29:35.000Z (over 1 year ago)
- Last Synced: 2024-10-19T11:22:38.516Z (over 1 year ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
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
```