Visually dissect and analyze bit strings.
There is a hosted instance on http://triq.net/bitbench
This was a quick 1-day proof-of-concept but quickly got refined to a stable product. Comments and Code very much welcome.
-
Project setup
npm install -
Compiles and hot-reloads for development
npm run dev -
Compiles and minifies for production
npm run build -
Lints and fixes files
npm run lint