diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..1c7d696 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +image: gitpod/workspace-full + +tasks: + - init: npm i + command: npm start + +ports: + - port: 9000 + onOpen: open-preview