https://github.com/diging/hopper
https://github.com/diging/hopper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diging/hopper
- Owner: diging
- Created: 2026-01-16T18:06:12.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2026-02-20T23:15:52.000Z (4 months ago)
- Last Synced: 2026-02-20T23:52:03.148Z (4 months ago)
- Language: CSS
- Size: 211 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hopper (working name)
This is a Django app with dependencies managed through [uv](https://docs.astral.sh/uv/).
## Requirements
- Install [uv](https://docs.astral.sh/uv/getting-started/installation/).
## Run the app
To run the app, simply execute `uv run python manage.py runserver`. Then go to `http://localhost:8000/ask/` to access the app.