Push yourself, because no one else is going to do it for you.
Open terminal and execute the following commands:
# install all dependencies
npm install
# start the application
npm run dev
Navigate to http://localhost:5500
Note
The app will automatically reload if you change any of the source files.
Open terminal and execute the following command:
npm run format