Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h-campos/markdown-parser

Small and simple markdown parser 🔠
https://github.com/h-campos/markdown-parser

markdown react react-markdown tailwindcss typescript vite

Last synced: 25 days ago
JSON representation

Small and simple markdown parser 🔠

Awesome Lists containing this project

README

        

# 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

- [Description](#description)
- [Technology Stack](#technology-stack)
- [Command](#command)
- [Author](#author)

## Technology Stack

[![Technology Stack](https://github-readme-tech-stack.vercel.app/api/cards?lineCount=2&hideTitle=true&line1=react,react,926cbc;tailwindcss,tailwindcss,2b971b;&line2=typescript,typescript,c1e609;vite,vite,1c89d2;)](https://github-readme-tech-stack.vercel.app/api/cards?lineCount=2&hideTitle=true&line1=react,react,926cbc;tailwindcss,tailwindcss,2b971b;&line2=typescript,typescript,c1e609;vite,vite,1c89d2;)

## Command

To use this project :

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

```bash
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 :

```bash
npm install or pnpm install
```

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

```bash
npm run dev
```

## Author

- [@Sakoutecher](https://github.com/Sakoutecher)