Markdown Previewer is a react app for learning markdown syntax.
Use git
to download project in your machine or download it as zip archive.
git clone https://github.com/harris-salimo/markdown-previewer.git
Install all dependencies with pnpm
:
pnpm install
Run the app with pnpm:
pnpm dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.