Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 582 Bytes

Markdown Preview App

Description

This is a simple markdown preview app, which displays your changes in real time. It does not save your work.

View live

Dependencies

Local Setup

  1. Clone the repository git clone https://github.com/misspee007/markdown_editor.git
  2. Open the folder in your preferred code editor and install dependencies yarn or npm install
  3. Start the app yarn start or npm run start
  4. Visit localhost:3000