Initial commit: TypoGenie - Markdown to Word document converter

This commit is contained in:
TypoGenie
2026-01-29 18:10:07 +02:00
commit e1e46015ea
28 changed files with 6545 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
</div>
# TypoGenie
A professional typesetting engine that converts Markdown files into beautifully formatted Microsoft Word documents.
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Run the app:
`npm run dev`