gitpod.io/#
.https://gitpod.io/#https://github.com/nodejs/node
Browser Extension
.gitpod.yml
file located at the root of your repository to unlock all benefits. It defines the processes to start for your project (e.g. a database or webserver), installs the required tools, editor extensions or IDE plugins. To get started:
.gitpod.yml
at the root of your repository.
gp init
to quickly generate the .gitpod.yml
file.gp validate
command to validate your configuration is working.gitpod.yml
.
For more, see the .gitpod.yml reference and configuring workspaces.
yarn
project with a webserver, exposed on port 3000. On start, the webserver preview is opened automatically.
See the .gitpod.yml reference page for more.