Skip to content

Files

Latest commit

81a3855 · Feb 10, 2020

History

History
This branch is 12725 commits behind oss-review-toolkit/ort:main.

reporter-web-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2019
Jan 20, 2020
Dec 18, 2019
Jan 20, 2020
Sep 7, 2018
Aug 21, 2018
Feb 10, 2020
Feb 22, 2019
Jan 13, 2020
Jun 24, 2019
Jan 17, 2020

This directory contains the code for Web App report generated by the ORT reporter. Code was bootstrapped with Create React App.

Available Commands

In the reporter-web-app directory, you can run:

yarn build

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.

yarn start

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.

yarn lint

Runs ESLint to detect code styling issues over /src directory.

yarn test

Launches the test runner in the interactive watch mode.