ARCHIVED: See competition-ui for the currently used repo for UI development.
Human helper UI for the HuMaine competition. Allows human to see what the current offer is, what the current list of purchased ingredients is, etc.
npm install
node index.js
Go to http://localhost:7040.
We are open to contributions.
- The software is provided under the MIT license. Contributions to this project are accepted under the same license.
- Please also ensure that each commit in the series has at least one
Signed-off-by:
line, using your real name and email address. The names in theSigned-off-by:
andAuthor:
lines must match. If anyone else contributes to the commit, they must also add their ownSigned-off-by:
line. By adding this line the contributor certifies the contribution is made under the terms of the Developer Certificate of Origin (DCO). - Questions, bug reports, et cetera are raised and discussed on the issues page.
- Please make merge requests into the master branch.