Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 533 Bytes

File metadata and controls

28 lines (18 loc) · 533 Bytes

Installation

Tooling

Your Node.js tooling must satisfy the following version requirements:

  • npm = 12
  • node = 24

Install

With the appropriate versions of node/npm in use:

npm install

If you need to start fresh after much messing about, the reinstall script deletes ./node_modules/ and then installs:

npm run reinstall

Notes:

This project was started via create-react-app and augmented via craco