Make sure you have Node.js installed on your system. You can download it from: https://nodejs.org/en/download/
After cloning or downloading the project to your local machine, open a terminal and navigate to the project's root directory.
Install the required dependencies by running:
npm installTo launch the development server, use the command:
npm run devThis will start the server and open the project in your default browser at localhost. Any changes you make to the code will automatically reload the page.