Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 529 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 529 Bytes

Markdown Editor

This site uses SharpJS and Redis to parse and store the data respectively.

Site is hosted using NodeJS server with Express Framework using Heroku @Markdown Editor

To run locally, please follow the below steps

Clone the repo using

  • git clone https://github.com/vikramnr/markdown-editor

And install required packages using package managers such as yarn or npm

  • npm i

And start the server and vist the site at http://localhost:3000

  • npm start