This is a personal website built using React.
The website is published on Github Pages using github actions.
To run this project locally:
# Clone the repo
git clone [email protected]:Matteo-it/matteo-it.github.io.git
# Navigate into the project
cd matteo-it.github.io.git
# Install dependencies
npm install
# Start the development server
npm run dev
- this website is inspireb by Ryan Balieiro.