17 lines
430 B
Markdown
17 lines
430 B
Markdown
# Demo
|
|
|
|
This directory shows the runtime-config setup with a dedicated config file.
|
|
|
|
## Local Run
|
|
|
|
From the repo root:
|
|
|
|
```shell
|
|
uv run repub --config demo/repub.toml
|
|
```
|
|
|
|
Because `out_dir` in [`demo/repub.toml`](/home/abel/src/guardianproject/anynews/republisher-redux/demo/repub.toml) is relative, output is written under `demo/out/`.
|
|
|
|
## Files
|
|
|
|
- `repub.toml`: example runtime config with feed definitions and Scrapy overrides
|