This is my new personal portfolio with new desing, technologies and feature, implement blogs page with hygraphql.
Tech: Nuxt + UnoCSS + HygraphCMS
*In Process Deploy- Review
Make sure to install the dependencies:
# yarn
yarn installStart the development server on http://localhost:3000:
# yarn
yarn dev
Build the application for production:
# yarn
yarn buildLocally preview production build:
# yarn
yarn preview