If you'd want clear instructions in order to get a copy of the project running on your local machine for development, here is the onset of instructions XD
Install all the dependencies:
npm install
Starting the development server:
npm run dev
Test your code against common guidelines:
npm run test
Lint your code:
npm run lint
Format your code:
npm run format