Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 1.03 KB

Contributing

🎉 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.

Getting the code

git clone https://github.com/lzm0x219/vscode-github-markdown.git

Prerequisites

Dependencies

From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:

bun i

Build

From a terminal, where you have cloned the repository, execute the following command to build the project:

bun run build

Watch

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