A powerful tool that converts Markdown to Medium-compatible text. Perfect for writers who want to maintain their workflow in Markdown while publishing to Medium.
- Node.js (v16 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/joel-hanson/markdown-to-medium.git
-
Navigate to the project directory:
cd markdown-to-medium -
Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 in your browser.
- Write your content in the Markdown editor
- Preview how it will look on Medium
- Copy the content by dragging the full content from the preview section.
- Paste into Medium's editor
Build for production:
npm run build
# or
yarn buildDeploy to Vercel, Netlify, or your preferred hosting service.
This project is licensed under the MIT License - see the LICENSE file for details.
