diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..997efcbc --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ + +ports: + - port: 3000 + +tasks: + - command: > + npm install && + node server.js \ No newline at end of file