Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

bitdust-io/ui

Repository files navigation

Welcome to BitDust IU

This project requires the BitDust core to be running on the background.

Build Status

Project setup

Install node dependencies

npm i || yarn

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run UI in the browser

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.