Use this template to create your own portfolio with Nuxt UI.
npm create nuxt@latest -- -t github:nuxt-ui-templates/portfolioMake 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.