(1) - Install dependencies:
npm install(2) - Build production:
npm run build(3) - Publish in https://evolvbits.github.io.
Copy the "_site" folder into the "evolvbits.github.io" project and name it "seedctl":
rm -rf "evolvbits.github.io/seedctl"
cp -rf "_site" "evolvbits.github.io/seedctl"(2) - For manipulation commands, use:
npm run help