Skip to content

Commit 2a01d73

Browse files
committed
docs: CONTRIBUTING: add Gitpod
1 parent 5d34d04 commit 2a01d73

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitpod.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: curl -fsSL https://bun.sh/install | bash && source /home/gitpod/.bashrc && bun i --no-save && bun i redrun -g && redrun fresh

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ bun install --no-save
1616
npm run bootstrap
1717
```
1818

19+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/coderaiser/putout)
20+
1921
No matter what `package` you are interested in, you always have 4 little friends:
2022

2123
- 🦊 `lint`

0 commit comments

Comments
 (0)