Skip to content

h-campos/markdown-parser

Repository files navigation

Markdown Parser

Description

This is a small project to parse markdown syntax. There is a lot of things to improve on this project feel free to make an issue or a PR. Hope you enjoy ! Feel free to drop a ⭐ on the repo or contribute ! 😎

Summary

Technology Stack

Technology Stack

Command

To use this project :

This move to a folder where you want to place this project and copy the project there :

git clone https://github.com/Sakoutecher/markdown-parser.git

Then you have to install all dependencies, you can do it with the npm package manager or pnpm, it is according to your preferences, for this you have to use this command :

npm install or pnpm install

Once this is done, you only have to start the project by executing the command :

npm run dev

Author