We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0ecd4 commit f3ee483Copy full SHA for f3ee483
CONTRIBUTING.md
@@ -7,11 +7,12 @@
7
That's awesome 👏! Check out [`good first issues`](https://github.com/coderaiser/putout/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
8
most likely you can do some contribution using web interface, otherwise worry not 😏.
9
10
+Install [bun](https://bun.sh/).
11
Make fork of a repo, clone it and run:
12
13
```
14
cd putout
-npm install
15
+bun install --no-save
16
npm run bootstrap
17
18
0 commit comments