Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Simple, fast and flexible AI-powered Markdown editor

Awesome Lists containing this project

README

        

# MarkDX

Meet MarkDX, an AI-powered markdown editor for top-notch markdown writing.

![MarkDX Screenshot](/public/og.png)

## 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).