https://github.com/arshad-yaseen/markdx
Simple, fast and flexible AI-powered Markdown editor
https://github.com/arshad-yaseen/markdx
markdown markdown-editor md mdx readme readme-editor
Last synced: 17 days ago
JSON representation
Simple, fast and flexible AI-powered Markdown editor
- Host: GitHub
- URL: https://github.com/arshad-yaseen/markdx
- Owner: arshad-yaseen
- License: mit
- Created: 2023-05-07T05:18:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T15:45:42.000Z (2 months ago)
- Last Synced: 2025-04-12T01:59:55.134Z (17 days ago)
- Topics: markdown, markdown-editor, md, mdx, readme, readme-editor
- Language: TypeScript
- Homepage: https://markdx.vercel.app
- Size: 24.7 MB
- Stars: 415
- Watchers: 5
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MarkDX
Meet MarkDX, an AI-powered markdown editor for top-notch markdown writing.

## Running Locally
1. Install dependencies using npm:
```sh
npm install
```2. Copy `.env.example` to `.env.local` and update the variables.
```sh
cp .env.example .env.local
```3. Start the development server:
```sh
npm run dev
```Read more about how to contribute to this project in [contributing guide](/CONTRIBUTING.md).
## License
Licensed under the [MIT license](https://github.com/arshad-yaseen/markdx/blob/main/LICENSE.md).