Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 732 Bytes

File metadata and controls

21 lines (12 loc) · 732 Bytes

How to run tests and web scraper (this should not be neceassary if you are using UpdateHandler in the server):

To install tailwindCSS, run:

npm install -D tailwindcss

npx tailwindcss -i ./src/style/interface.css -o ./dist/output.css

To install the bar charts, run:

npm install chart.js react-chartjs-2 chartjs-plugin-datalabels

To install materialui and headlessui, run:

npm install @headlessui/react @heroicons/react @mui/material @mui/icons-material