We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afad69e commit 7d628beCopy full SHA for 7d628be
1 file changed
.gitpod.yml
@@ -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