Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 541 Bytes

BitBench

Visually dissect and analyze bit strings.

Using the BitBench

There is a hosted instance on http://triq.net/bitbench

Status

This was a quick 1-day proof-of-concept but quickly got refined to a stable product. Comments and Code very much welcome.

Development

  • 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