Skip to content

prajnaprabhu3/markit

Repository files navigation

markit

Markit

A a minimal web-based markdown editor. Perfect for writing blogs, articles, and project documentation, it offers a clean interface and essential features, making markdown editing simple and efficient."

Todos

  • handle adding images
  • few preview not working right
    • headings
  • save as png
  • responsive fixes

Run the website locally

git clone https://github.com/Prajnaprabhu3/markit.git

Setting up the project

cd markit

# Install dependencies
pnpm install

Starting server

pnpm dev