Skip to content

Commit bf08001

Browse files
committed
provided gitpod.yml file
1 parent da9d0d3 commit bf08001

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitpod.yml

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)