Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 542 Bytes

Netlify Status

An app to help foreign language students practice audio comprehension of numbers.

Running locally

Create .envrc file with relevant settings

#starts go server that mimics api gateway / lambda
make run-dev-server

make client-run

Test

make setup-tests
make test
make cleanup-tests