Skip to content

cinaglia/cinaglia.com

Repository files navigation

Victor Cinaglia cinaglia.com

This is the V2 version of my personal website. It is almost identical to the previous version, the difference being that this was built using Gatsby and is deployed on Cloudflare Pages.

Quick Start

  1. Install the Gatsby CLI globally.
yarn global add gatsby-cli
  1. Clone the repository.
git clone https://github.com/cinaglia/cinaglia.com.git
cd cinaglia.com
  1. Install the project's dependencies.
yarn install
  1. Run the app in development.
gatsby develop
  1. Start coding! The site should now be running on http://localhost:8000.