Skip to content

Commit

Permalink
chore: gitpodify (#5168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Dec 3, 2023
1 parent 7a134b5 commit b1b44fc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Gitpod Configuration File
# SEE https://www.gitpod.io/docs/references/gitpod-yml

tasks:
- init: npm install
name: Install Dependencies

vscode:
extensions:
- "dbaeumer.vscode-eslint"
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tools/
CODE_OF_CONDUCT.md
CONTRIBUTING.md
.clinic
.gitpod.yml

# test certification
test/https/fastify.cert
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ downloads](https://img.shields.io/npm/dm/fastify.svg?style=flat)](https://www.np
[![Security Responsible
Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/fastify/blob/main/SECURITY.md)
[![Discord](https://img.shields.io/discord/725613461949906985)](https://discord.gg/fastify)
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod&color=blue)](https://gitpod.io/#https://github.com/fastify/fastify)

</div>

Expand Down
2 changes: 2 additions & 0 deletions docs/Guides/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ that automatically "correct" code and documentation do not follow a style that
conforms to the styles this project uses. Notably, this project uses
[StandardJS](https://standardjs.com) for code formatting.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fastify/fastify)

### Using Visual Studio Code
<a id="contributing-vscode"></a>

Expand Down

0 comments on commit b1b44fc

Please sign in to comment.