Innovation Management Software (IMS)
istrav source code:
meta.istrav.net tech:
Allows people to sign into a members area only network.
https://
# fetch deps
$ npm install
# development
$ npm run dev
# check version
$ npm run id
# tag a vew version
$ npm version v0.0.14 --no-git-tag-version
# check everything in
$ git add . && git commit -m "version" && git push
# then check version tag in
$ git tag v0.0.14
$ git push --tags
$ lsof -i tcp:3000
$ kill -9 PID