Skip to content

leopuleo/federico.giac.one

Repository files navigation

Federico Giacone Website

Netlify Status

An awesome website for an awesome brother - https://federico.giac.one

Website screenshot

Introduction

This website is crafted using Gatsby.

Here below the full stack:

  1. Gatsby: website static generator
  2. Prismic: headless CMS
  3. Netlify: hosting

Requisites

In order to develop the website you need:

  1. Node 12.X.X
  2. Yarn 1.22.X

Install

To install the webstie on your computer follow these simple instructions:

  1. Download this repository
  2. Run yarn to install all the dependencies
  3. Run yarn develop for live preview
  4. Run yarn build for production build
  5. Run yarn serve to navigate the local production build

Other commands

  1. yarn clean to clean Gatsby artefacts
  2. yarn formatto format css and js files using Prettier