Skip to content

re2005/bitdust-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.

About

Webapp application for BitDust Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 75.4%
  • JavaScript 17.3%
  • CSS 6.8%
  • Other 0.5%