Table of Contents
skillsfolio is a fully responsive personal portfolio website, responsive for all devices, built using React with Vite.
Check the Live Demo here
If you wanna edit and then deploy your portfolio, via GitHub Desktop clone this repository and then follow these instruction.
v18.15.0
or higher installed on your system
To run it locally, follow these steps:
- Navigate to the server folder of the project.
- Run the command
npm install
to install all the necessary dependencies. - Run the command
npm run dev
to start the server.
The client will be running at http://localhost:5173
.
Emanuele Dall'Ara