Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cinaglia/cinaglia.com

Victor Cinaglia's personal website.
https://github.com/cinaglia/cinaglia.com

gatsby javascript netlify pwa

Last synced: 7 days ago
JSON representation

Victor Cinaglia's personal website.

Awesome Lists containing this project

README

        


Victor Cinaglia
cinaglia.com

This is the V2 version of my [personal website](https://cinaglia.com). It is almost identical to the [previous version](https://github.com/cinaglia/cinaglia.com/tree/V1), the difference being that this was built using [Gatsby](https://www.gatsbyjs.org/) and is deployed on [Cloudflare Pages](https://pages.cloudflare.com/).

## Quick Start

1. Install the Gatsby CLI globally.

```sh
yarn global add gatsby-cli
```

2. Clone the repository.

```sh
git clone https://github.com/cinaglia/cinaglia.com.git
cd cinaglia.com
```

3. Install the project's dependencies.

```sh
yarn install
```

4. Run the app in development.

```sh
gatsby develop
```

5. Start coding! The site should now be running on `http://localhost:8000`.