From 94c6fdd12c8352f26df112f1c21592b020bb7c06 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 16 Feb 2026 01:15:50 -0500 Subject: feat: initial commit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3