An awesome website for an awesome brother - https://federico.giac.one
This website is crafted using Gatsby.
Here below the full stack:
In order to develop the website you need:
- Node 12.X.X
- Yarn 1.22.X
To install the webstie on your computer follow these simple instructions:
- Download this repository
- Run
yarn
to install all the dependencies - Run
yarn develop
for live preview - Run
yarn build
for production build - Run
yarn serve
to navigate the local production build
yarn clean
to clean Gatsby artefactsyarn format
to format css and js files using Prettier