A graph that accepts item_date value based on which it aggregates the scheduling date and time for the item_date.
To run the web project:
-
Install all the dependencies using command "npm install" or equivalent in the parent directory "./graph" of the project.
-
As this project is configured and initialised for development using "vite", please first build the project using "vite build" command then run it using "vite" command.