2.0.0 • Published 7 years ago
rhythm v2.0.0
Rhythm
Data Structures and Algorithms implemented in Reason
Contributing
First install esy (use 0.4.3 or later for correct lock format)
npm install -g esy@0.4.3Install (once, and when package.json changes)
esy installBuilding / Testing
esy build && esy testOr use watcher for development
esy watch