Create and activate a virtual environment, then install dependencies: python3 -m venv .venv source .venv/bin/activate python -m pip install -r requirements.txt npm install
To run the application, place your YAML file in the recipes directory and run: ./run
The script first asks whether you want a PDF or a static web page, then prompts you to choose a recipe. Outputs are written to output/.pdf or docs/.html.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.