Make sure you were installed Nodejs on your machine and you are using Node version 20.*
npm install
npm run build
This command will create a production-ready build of your project in a distribution directory.
npm start
This command will start the development server, allowing you to view and work on your project locally. It will open the link in browser at http://localhost:3000