Development under this git repository is discontinued and future improvements will continue under io.hyperify.node.
Join our Discord to discuss about our software!
HG's Git Submodule for code depending on NodeJS implementation.
npm i @types/nodejs
Our fi.hg.core is also required dependency:
mkdir -p src/fi/hg
git submodule add [email protected]:heusalagroup/fi.hg.core.git src/fi/hg/core
git config -f .gitmodules submodule.src/fi/hg/core.branch main
Finally, you can set up the module itself:
git submodule add [email protected]:heusalagroup/fi.hg.node.git src/fi/hg/node
git config -f .gitmodules submodule.src/fi/hg/node.branch main
- @heusalagroup/whois.hg.fi
- @heusalagroup/create-backend for how to initialize your own backend project.