mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
797 B
797 B
Code Contribution
Sparkles guide is forked from Node-red, which has a LOT of functionality in addition to the nice UI we use. As such, much code is not relevant for our purpose.
Since this is a derivative work, using an Apache 2.0 license. We MUST add a modification copyright to any changed files not originated by us. Add 2021 Modification Copyright - Defense Unicorns
as a comment to the top of any changed file.
Finally, deleting code often has unintended consequences - you should, at a minimum, add cypress tests to confirm basic, common functionality to ensure functionality.
Running the code
npm install
npm run dev
# auto load code changes- open https://127.0.0.1:1880
Testing code
npm run dev
ornpm start
npm run cy:run
# Runs cypress tests