Skip to content

tiagofribeiro/tiagofribeiro.github.io

Repository files navigation

My website


logo


Website with some information about myself, click here to access it.

(OBS: Por enquanto, disponível apenas em portugês! 🇧🇷 )


Introduction

The project was born aiming to develop my technical skills in front-end development while telling a bit about myself and my experiences.


Developed using React and Next.js (create-next-app).
The following third-party packages were used:


Content

  • About me
  • Projects
  • Contact
  • Extra (coming soon)

Run locally

To run the development server, clone the repo, install the packagens present in package.json and run:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.


References and documentation

To learn more about Next.js, take a look at the following resources: