Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Add development steps in readme #1

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading