|
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.
- Home
- Background Animation
- Timeline
- Setup
- Footer
- UI with Shadcn-ui
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