Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heyitsradinn/markflow

A Simple Markdown Editor
https://github.com/heyitsradinn/markflow

cloudflare markdown markdown-editor nextjs nextjs14

Last synced: 3 days ago
JSON representation

A Simple Markdown Editor

Awesome Lists containing this project

README

        

# MarkFlow

MarkFlow is a quick and simple way to write in markdown efficiently and effortlessly.

MarkFlow is built with Next.js and deployed on Cloudflare.

1. Clone the repository:

```
git clone https://github.com/HeyitsRadinn/MarkFlow.git
cd markflow
```

2. Install dependencies:

```
npm install
```

3. Run the development server:

```
npm run dev
```

4. Open [http://localhost:3000](http://localhost:3000) with your browser to use MarkFlow.

Roadmap:

- [ ] Update UI
- [ ] Mobile Version
- [ ] AI Copilot (BYOK)