Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 546 Bytes

Build

If you are using node v17+ please change the package.json like so:

"scripts": {
- "start": "rescripts start",
+ "start": "rescripts --openssl-legacy-provider start",
- "build": "rescripts build",
+ "build": "rescripts --openssl-legacy-provider build",
- "test": "rescripts test",
+ "test": "rescripts --openssl-legacy-provider test",
- "eject": "rescripts eject"
+ "eject": "rescripts --openssl-legacy-provider eject"
  }
yarn install
yarn build
yarn start

If you are using

Notes

Must use [email protected]