Use this template to create your own portfolio with Nuxt UI.
npm create nuxt@latest -- -t ui/portfolioor
git clone https://github.com/NLFTs/portofolio.gitMake sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devor
npm run devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.
Install Renovate GitHub app on your repository and you are good to go.