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

bitdust-io/mobile

Repository files navigation

Welcome to BitDust UI

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 minify for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint