Skip to content

Commit 87f22c3

Browse files
committed
Add contributing.md
1 parent abca322 commit 87f22c3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build and Run
2+
3+
## Prerequisites
4+
- [Git](https://git-scm.com/)
5+
- [Node.JS](https://nodejs.org/en/), >= 14.x
6+
- [Yarn](https://classic.yarnpkg.com/en/), follow the [installation guide](https://classic.yarnpkg.com/en/docs/install)
7+
- VS Code
8+
9+
If you want explore the source code of this extension yourself, it's easy to get started. Simply follow these steps:
10+
11+
- Clone the repository
12+
- Run yarn
13+
- Compile in the background
14+
- Run yarn watch
15+
- Or you can directly start this task by Command Palette -> Run Build Task
16+
17+
To run and debug the extension, press F5.

0 commit comments

Comments
 (0)