Lightweight Markdown editor built with React and yamde.
Quick start
- Install dependencies:
npm install- Run the development server:
npm startOpen http://localhost:3000 to view the app.
Scripts
npm start— start dev servernpm test— run testsnpm run build— build for production