This project requires the BitDust core to be running on the background.
Install node dependencies
npm i || yarn
npm start
npm run build
npm run test
npm run lint
First make sure you have started locally a simple Python web-server to make possible to render the UI:
npm run build
cd dist
python -m SimpleHTTPServer
Open your web-browser at http://localhost:8000
and you will see the BitDust UI.