Make sure to install the dependencies:
npm installStart the development server on http://localhost:3000:
npm devBuild the application for production:
npm buildLocally preview production build:
npm previewCheck out the deployment documentation for more information.
Install Renovate GitHub app on your repository and you are good to go.