This project was bootstrapped with Create React App.
Some information on how to perform common tasks is available in the guide.
Atfer cloning the repo, it's dependencies must be installed.
Requires nodejs v16 or higher.
npm installnpm startRuns the app in development mode. Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
Build with
docker build -t iomega/paired-data-form appRun with
docker run -d -p 8887:80 iomega/paired-data-formGoto http://localhost:8887.
When public/schema.json changes the src/schema.ts must also be updated using
npm run schema2tsThe unit tests can be run with
npm run test