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:
parent
a6ef755139
commit
ff498136fa
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ports:
|
||||||
|
- port: 1880
|
||||||
|
onOpen: open-preview
|
||||||
|
tasks:
|
||||||
|
- init: npm install && npm run build
|
||||||
|
command: npm start
|
@ -48,6 +48,10 @@ If you want to run the latest code from git, here's how to get started:
|
|||||||
|
|
||||||
node red.js
|
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
|
## Contributing
|
||||||
|
|
||||||
Before raising a pull-request, please read our
|
Before raising a pull-request, please read our
|
||||||
|
Loading…
Reference in New Issue
Block a user