Skip to content

misspee007/markdown_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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