Skip to content

anthfgreco/personal-portfolio-v2

Repository files navigation

personal-portfolio-v2

GitHub Last Commit GitHub Repo Size

Personal website made with React & Tailwind CSS. Built with Vite.

https://anthonygreco.xyz

Getting started

Developing

  • Clone or fork project then navigate to the project folder
  • Install dependencies:
    npm install
  • Start development server:
    npm run dev