A modern, open-source Markdown editor for the web. Write, preview, and share your Markdown content with ease.
- 🚀 Real-time Markdown preview
- 💾 Client-side saving
- 🎨 Clean, minimalist interface
- 📱 Mobile-responsive design - In progress
- ⚡ Fast and lightweight
- 🌐 No account required
Visit ownmd.io to try it out.
- Node.js (version 16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/ownmd.io.git
cd ownmd.io
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open http://localhost:5173 in your browser.
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request
- NextUI - UI framework
- React - Framework
- TailwindCSS - Styling
- marked - Markdown parsing and etc...
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions:
- Open an issue on GitHub
- Dark mode support
- Custom themes
- Export to PDF
- Collaborative editing
Thanks to all contributors and users who help make OwnMD better!
Made with ❤️ and 🍻 by the jalalmanafi