This project is a simple, user-friendly tool for converting Markdown syntax into a PDF format. It's perfect for anyone who needs to create beautiful, printable documents from their Markdown files, and it's especially handy for developers and writers who work with Markdown regularly.
- Clone the repository to your local machine using
git clone
. - Navigate to the project directory.
- Run
npm install
to install all dependencies. - Once the dependencies are installed, you can start the application by running
npm start
.
Contributions are always welcome! If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.
You can see a live demo of the application here.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.