Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 309 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 309 Bytes

Getting Started with Building this application

Required Software

  • Git
  • node

Steps

  1. Cloning this repo
git clone https://github.com/sahilarora3117/MdTex
  1. Move into the folder
cd MdTex
  1. install the dependencies
npm install
  1. start the application
npm start