File tree 4 files changed +14
-0
lines changed
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Gitpod Configuration File
2
+ # SEE https://www.gitpod.io/docs/references/gitpod-yml
3
+
4
+ tasks :
5
+ - init : npm install
6
+ name : Install Dependencies
7
+
8
+ vscode :
9
+ extensions :
10
+ - " dbaeumer.vscode-eslint"
Original file line number Diff line number Diff line change 8
8
CODE_OF_CONDUCT.md
9
9
CONTRIBUTING.md
10
10
.clinic
11
+ .gitpod.yml
11
12
12
13
# test certification
13
14
test /https /fastify.cert
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ downloads](https://img.shields.io/npm/dm/fastify.svg?style=flat)](https://www.np
28
28
[ ![ Security Responsible
29
29
Disclosure] ( https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg )] ( https://github.com/fastify/fastify/blob/main/SECURITY.md )
30
30
[ ![ Discord] ( https://img.shields.io/discord/725613461949906985 )] ( https://discord.gg/fastify )
31
+ [ ![ Contribute with Gitpod] ( https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod&color=blue )] ( https://gitpod.io/#https://github.com/fastify/fastify )
31
32
32
33
</div >
33
34
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ that automatically "correct" code and documentation do not follow a style that
82
82
conforms to the styles this project uses. Notably, this project uses
83
83
[ StandardJS] ( https://standardjs.com ) for code formatting.
84
84
85
+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/fastify/fastify )
86
+
85
87
### Using Visual Studio Code
86
88
<a id =" contributing-vscode " ></a >
87
89
You can’t perform that action at this time.
0 commit comments