aozora-bunko-preprocessor / development.md
Bor Hodošček
fix: diff rendering and stop criterion; docs
3d692b2 unverified
# Development
## Testing your Dockerfile locally
```bash
docker build -t marimo-app .
docker run -it --rm -p 7860:7860 marimo-app
```
## Nix setup
```bash
nix-shell -p libxml2 -p libxslt -p libz
```