Look at the Nuxt 3 documentation to learn more.
- Clone the repo
git clone https://github.com/DimYiannis/My_Portfolio- Install NPM packages
npm install- Run NPM script
Run app in development mode:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.
