🎉 First off, thanks for taking the time to contribute!
When contributing to this project, please first discuss the changes you wish to make via an issue before making changes.
Please note the Code of Conduct document, please follow it in all your interactions with this project.
git clone https://github.com/lzm0x219/vscode-github-markdown.git
Prerequisites
From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:
bun i
From a terminal, where you have cloned the repository, execute the following command to build the project:
bun run build
During development you can use a watcher to make builds on changes quick and easy. From a terminal, where you have cloned the repository, execute the following command:
bun run dev