Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 999 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 999 Bytes



🟢 website

⚡ About

This repository was created to store my portfolio. The goal of this portfolio is to create a minimalist and modern UI showing to all about my career. Check: gustavogotha.com.br.

🔥 Features

  • Home
    • Background Animation
    • Timeline
  • Setup
  • Footer
  • UI with Shadcn-ui

🧬 Setting up locally for development

To run locally, you must first clone the repository. After that run the following commands in the root of the repository:

pnpm install
pnpm run dev

To build production files, run:

pnpm build

You must use pnpm (npm i -g pnpm) and run NodeJS 20