Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 530 Bytes

Matchbox

Build Status

Store and fetch samples (or anything, really) with AWS S3 cloud storage.

Development

Install stack v0.1.5 or higher.

stack setup             # Get the compiler
stack test              # Run the tests
stack test --file-watch # Run the test watcher
stack ghci              # Run the REPL
stack exec matchbox-exe # Run the app