.gitpod.yml 100 B

1234567
  1. ports:
  2. - port: 3000
  3. onOpen: open-preview
  4. tasks:
  5. - init: npm install
  6. command: npm start