Skip to content

Commit

Permalink
provided gitpod.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamblor committed Sep 15, 2021
1 parent da9d0d3 commit bf08001
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tasks:
- name: Installing node packages
init: npm install
command: npm run dev

ports:
- port: 3000
onOpen: open-preview

0 comments on commit bf08001

Please sign in to comment.