This web application is the interface for interacting with the Rekoder task submission service.
You can see latest released version at rekoder.web.app
First, update your npm
version to 6.*.*
.
Then setup npm
npm install
Then, to
Build development version
npm run serve
Build release version
npm run build