check that you have installed node and npm
> node --version
> npm --version
if you don't have node or npm installed, install from https://nodejs.org/en/download/
then go to the root directory of this project
> cd ./frontend
and run
> npm install
> npm run build
> npm run preview
then open http://localhost:4173