Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 512 Bytes

Environment variables

The following environment variables are used in this project `REACT_APP_METADATA_API_URL=https://api.sandbox.bibs.aws.unit.no/contents

Available Scripts

In the project directory, you can run:

npm start

npm run start:development

npm run start:production

Code coverage

to generate statistics run npm start, and then npx cypress open or npm run test

To view stats run npx nyc report --reporter=text-summary or open /coverage/lcov-report/index.html