This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
score-tracker/.gitpod.yml

8 lines
100 B
YAML

ports:
- port: 3000
onOpen: open-preview
tasks:
- init: npm install
command: npm start