.gitpod.yml 101 B

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