feat: init gitpod config (#61)

This commit is contained in:
Kristofer Koishigawa 2024-02-14 23:23:59 +09:00 committed by GitHub
parent a820f2b3b0
commit 5491188129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 3 deletions

14
.gitpod.yml Normal file
View file

@ -0,0 +1,14 @@
image: gitpod/workspace-node-lts
ports:
- port: 3000
onOpen: open-preview
visibility: public
tasks:
- init: npm install
command: npm run start
vscode:
extensions:
- https://github.com/freeCodeCamp/freecodecamp-dark-vscode-theme/releases/download/v1.0.0/freecodecamp-dark-vscode-theme-1.0.0.vsix