Skip to content

francescopeluso/portfolio

Repository files navigation

Portfolio Website

👨🏻‍💻 Made with NextJS, React, TypeScript and TailwindCSS. Hosted on Vercel.
🤗 Any contribution is welcome. The portfolio is available here.

Installation

  1. Clone the repository:

    git clone https://github.com/francescopeluso/portfolio.git <folder-name>
  2. Navigate to the project directory:

    cd <folder-name>
  3. Install the dependencies:

    npm install

Running

To start the development server, use:

npm run dev

The site will be available at http://localhost:3000.

Build and Deploy

To generate a production build, run:

npm run build

To start the site in production mode, use:

npm start

Contributions

If you would like to contribute to this project, or report something, feel free to open a pull request or report issues via issues.

Thanks for checking out my portfolio! 🖥️🚀