Skip to content

Commit ced905e

Browse files
committed
feat: added configuration for gitpod
1 parent e0eceb9 commit ced905e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitpod.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tasks:
2+
- init: npm install
3+
command: npm start
4+
ports:
5+
- port: 3000
6+
onOpen: open-preview

0 commit comments

Comments
 (0)