Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 404 Bytes

DEPRECATED

This code is no longer maintained.

dbfs_explorer

DBFS EXPLORER

Screenshot of DBFS-Explorer

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint