A simple application that provides a web interface for the following ODK XForm validators:
See live here: validate.enketo.org
This app is not production-ready and is not meant to be. It was meant as tool for the development of Enketo Validate to provide an easier way for testers to compare the tools without having to use the command-line.
- NodeJS and NPM version as required by Enketo Validate
- Java version as required by ODK Validate
- Yarn 1 ("classic")
- Clone repo
- Run
yarn install
node .
- go to http://localhost:3000