# Web File Storage Development install: ```sh pip install hatch --break-system-packages hatch run sanic cista --reload --dev # Runs on localhost:8000 ``` Environment variable `STORAGE=` may be used to choose which folder it serves. The default is current directory. No authentication is supported, so implement access control externally or be careful with your files.