pull/2026/merge
Sven Efftinge 2025-03-18 07:18:31 +00:00 committed by GitHub
commit 6c2c0bbe04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
ports:
- port: 1880
onOpen: open-preview
tasks:
- init: npm install && npm run build
command: npm start

View File

@ -44,6 +44,10 @@ If you want to run the latest code from git, here's how to get started:
npm start
Alternatively, you can open the code base in a ready-to-code dev environment:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/node-red/node-red)
## Contributing
Before raising a pull-request, please read our