Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 351 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 351 Bytes

Dig Visualizer

A simple browser-based tool to visualize and simulate the likelihood of finding structures given various test rectangles.

Installation

npm install

Start Dev Server

npm start

Build/Release Prod Version

npm run build

# Deploy to gh-pages branch
./deploy.sh 

Test

npm run test