Skip to content

Commit

Permalink
added development steps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan-pullflow committed Oct 20, 2023
1 parent 2dfa578 commit 4d341f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ This extension is an open-source project created by [Pullflow Inc](https://githu

This is just the beginning of Pullflow's VS Code Slack integration, and we are eager to make improvements based on your feedback. Please don't hesitate to share your thoughts with us through [GitHub issues](https://github.com/pullflow/vscode-pullflow/issues) or on Twitter [@pullflow](https://twitter.com/pullflow).

#### **Development Steps**

1. Clone the repository.
2. Install node modules with `yarn install`.
3. Run extension with `yarn watch`.
4. Enter `cmd/ctrl+shift+D` to open the debug panel and run extension in debug mode.
5. Run tests with `yarn test`.
6. Run `yarn lint` to check for linter errors.

## **License**

[MIT](https://github.com/pullflow/vscode-pullflow/blob/main/LICENSE)
Expand Down

0 comments on commit 4d341f2

Please sign in to comment.