mdv

February 13, 2025 ยท View on GitHub

mdv is a Markdown viewer application that allows you to write and preview Markdown text in real-time. It supports GitHub Flavored Markdown (GFM) and provides a user-friendly interface for editing and viewing Markdown documents.

Features

  • Real-time Markdown preview
  • Supports GitHub Flavored Markdown (GFM)
  • Easy-to-use text area for Markdown input

Installation

To install the dependencies, run:

npm install

Usage

To start the application, run:

npm run dev

Then open your browser and navigate to http://localhost:3000 to see the application in action.

Development

To build the project, run:

npm run dev

To run tests, use:

npm test

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.