aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 853cfdab5af73e93c04f38a620c05e0888c01c87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# no name yet

simple web app that converts markdown to pdf using pandoc and lualatex.

## requirements

- python 3.10+
- pandoc
- lualatex


## run

```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
```