This directory contains the code for Web App report generated by the ORT reporter. Code was bootstrapped with Create React App.
In the reporter-web-app
directory, you can run:
Builds the index.html
(used for debugging of the Web App) and scan-report-template.html
in the /build
directory.
The Kotlin report code
uses scan-report-template.html
as a template and
injects scan results into it to create the final ORT Web App scan report.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs ESLint to detect code styling issues over /src
directory.
Launches the test runner in the interactive watch mode.