Frontend was made on React JS framework by using Vite to setup the repo.
Visit oficial nodejs installation webpage to install node on computer if needed
If frontend will be deployed directly on compose node installation step is not needed as Dockerfile includes a node image as base
To run locally, install dependencies
npm update
npm audit fix --force # if any vulnerability present
npm installRun develop server
npm run dev