Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🔠
- Host: GitHub
- URL: https://github.com/h-campos/markdown-parser
- Owner: h-campos
- Created: 2023-05-23T08:05:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-23T09:29:35.000Z (over 1 year ago)
- Last Synced: 2024-10-28T16:56:19.723Z (2 months ago)
- Topics: markdown, react, react-markdown, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://markdown-parser-sakoutecher.vercel.app
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)