Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 567 Bytes

File metadata and controls

33 lines (20 loc) · 567 Bytes

Rekoder web application

This web application is the interface for interacting with the Rekoder task submission service.

You can see latest released version at rekoder.web.app

Project setup

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

Customize configuration

See Configuration Reference.