We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9d0d3 commit bf08001Copy full SHA for bf08001
.gitpod.yml
@@ -0,0 +1,8 @@
1
+tasks:
2
+ - name: Installing node packages
3
+ init: npm install
4
+ command: npm run dev
5
+
6
+ports:
7
+ - port: 3000
8
+ onOpen: open-preview
0 commit comments