Skip to content

uncaughtxcptn/leveldb-inspector

Repository files navigation

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