Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cinaglia/cinaglia.com
- Owner: cinaglia
- Created: 2014-12-27T02:34:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T06:17:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:56:31.223Z (7 months ago)
- Topics: gatsby, javascript, netlify, pwa
- Language: JavaScript
- Homepage: https://cinaglia.com
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cinaglia.comThis 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`.