This application has the following prerequisites:
Please make sure you have all the above installed and working correctly then clone the repository to a local folder. Open a terminal, enter that folder and execute:
npm i --force
# The chart library is not officially compatible with React v18 yet
Once the installation completed successfully continue with:
npm run dev
# or
npm run build & npm run start
The sourcecode is best viewed through the VSCode IDE.
You can run the unit tests using:
npm run test