1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Added gitpod for easier contribution

This commit is contained in:
Sven Efftinge 2019-01-14 07:56:09 +00:00
parent a6ef755139
commit ff498136fa
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

@ -48,6 +48,10 @@ If you want to run the latest code from git, here's how to get started:
node red.js
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