Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleveritt/minx
Fancy schmancy reloader. (At the moment, just a broken demo.)
https://github.com/pauleveritt/minx
Last synced: about 4 hours ago
JSON representation
Fancy schmancy reloader. (At the moment, just a broken demo.)
- Host: GitHub
- URL: https://github.com/pauleveritt/minx
- Owner: pauleveritt
- Created: 2022-01-12T21:09:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T21:30:00.000Z (3 months ago)
- Last Synced: 2024-10-11T19:21:21.881Z (25 days ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Minx reloading web server
## Development
This project uses Hatch. This means you don't really make environments.
However, an IDE might want an environment. For that purpose, the Hatch `default`
environment bundles everything needed for development, testing, docs, etc.The IDE needs the path to this environment. `hatch env create` makes the
default environment. `hatch env find` provides the full directory path
to this environment.