A simple and efficient web application for converting Markdown to PDF.
git clone https://github.com/yourusername/markdowner.git
cd client
npm install
cd server # Navigate to the backend directory
pip install -r requirements.txt
python app.py # Replace `app.py` with your backend's entry point if different
npm start
Visit the application in your browser at http://localhost:3000.
If you'd like to suggest major changes, please open an issue first to discuss your ideas. Pull requests for smaller improvements are also appreciated.