After cloning the repo, run npm i. Then npm start will run the app.
npm i
npm start
Preview the production build using npm run build && npm run preview.
npm run build && npm run preview