source: frontend/node_modules/react-error-overlay/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 539 bytes
Line 
1# `react-error-overlay`
2
3`react-error-overlay` is an overlay which displays when there is a runtime error.
4
5## Development
6
7When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.
8This is run in watch mode by default.
9
10If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
11If you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).
Note: See TracBrowser for help on using the repository browser.