Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 601 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 601 Bytes

piotrgarbicz.dev

Personal portfolio - piotrgarbicz.dev.
Built with Nuxt.

🛠 Installation

  1. Install dependencies
yarn install

🚀 Development

  1. Start dev server
yarn dev

🚀 Generating static website

  1. Generate a full static production build
yarn build
  1. Preview of the build
yarn preview