Skip to content

Commit 7d628be

Browse files
authored
chore: gitpod config
1 parent afad69e commit 7d628be

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
2+
tasks:
3+
- name: npm
4+
init: npm install
5+
command: npm run start
6+
7+
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
8+
ports:
9+
- port: 3000
10+
onOpen: open-browser
11+
12+
github:
13+
prebuilds:
14+
master: true
15+
branches: true
16+
pullRequests: true
17+
pullRequestsFromForks: true
18+
addCheck: true
19+
addComment: false
20+
addBadge: true

0 commit comments

Comments
 (0)