For the project we are using node 16.
To install all the dependencies you need to go to the project folder and run:
npm i
In order to run the dev server you need to run:
npm run dev
In order to build the project and start the server you need to run:
npm run build
npm run start