Once you clone this repo to your computer, you can open your project folder:
cd my-app
Then run this command on your terminal:
npm install
You can run this command:
npm run dev
To Run the app in development mode. Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.