Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 364 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 364 Bytes

LevelDB Inspector

A user interface for inspecting LevelDB databases.

Development

git clone https://github.com/uncaughtxcptn/leveldb-Inspector
cd leveldb-Inspector
npm ci

# Build the app, watch for changes and automatically rebuild
npm run watch

# For one-time builds
npm run build

# Start the electron app
npm start

License

MIT License