diff options
| author | kj_sh604 | 2026-02-16 01:15:50 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-16 01:15:50 -0500 |
| commit | 94c6fdd12c8352f26df112f1c21592b020bb7c06 (patch) | |
| tree | bd5c54f18aadf6e2a803b6103a210769ce179a70 /README.md | |
feat: initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..853cfda --- /dev/null +++ b/README.md @@ -0,0 +1,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 +```
\ No newline at end of file |
