Code for the Readability Matters Sandbox at: https://readabilitymatters.org/readabilitysandbox/
This is a VueJS project. Currently there is no automated deployment process. To deploy, run npm run build and then copy the dist directory to the Readability Matters server, and rename as readabilitysandbox.
npm install
npm run serve
npm run build
npm run lint