Very basic Node GUI. Runs on port 8111
.
Prepared directories and settings.db file:
mkdir ~/.lukso && touch ~/.lukso/settings.db
install npm packages using yarn:
yarn install
build lukso-status angular to be part of GO app
yarn build lukso-status
Install gow - the Go Watcher:
go install github.com/mitranim/gow@latest
Don't forget to export paths for Go in order to have gow work:
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin
To start the web application inside the root of the project run:
yarn start
For running the Go proxy service between webapp and the node run the following:
cd apps/lukso-manager && gow run .
Coming soon.
Coming soon.