Simple demo sight word recognition Vue JS app
You can use Docker or just run on your machine with yarn or npm:
# Docker
docker-compose up
## or ##
# install dependencies and run
yarn
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build