Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T08:49:53.000Z (10 months ago)
- Last Synced: 2024-10-15T03:42:47.534Z (29 days ago)
- Topics: markdown, markdown-editor, md, mdx, readme, readme-editor
- Language: TypeScript
- Homepage: https://markdx.vercel.app
- Size: 24.7 MB
- Stars: 387
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
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.
![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).