mirror of https://github.com/node-red/node-red.git
Added gitpod for easier contribution
parent
a6ef755139
commit
ff498136fa
|
@ -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
|
||||
|
||||
Alternatively, you can open the code base in a ready-to-code dev environment:
|
||||
|
||||
[](https://gitpod.io/#https://github.com/node-red/node-red)
|
||||
|
||||
## Contributing
|
||||
|
||||
Before raising a pull-request, please read our
|
||||
|
|
Loading…
Reference in New Issue