My personal site Celso Fabri 2020.
This project was bootstrapped with Gatsby Default Starter.
You need have node 12+
installed in your machine.
- Clone this project:
git clone [email protected]:celsofabri/celsofabri-website.git
- Install dependencies:
$ yarn
# or npm install
- Run the project:
$ yarn start
# or npm run start
# or gatsby develop
Was set up in the project a hook of the Husky
to format code in the pre-commit. If you want run manually, run the following command:
$ yarn format
# or npm run format
To building the project, run the following commands:
$ yarn build
# or npm run build
# or gatsby build
This project uses gh-pages from GitHub as hosting. After making your changes, you need run:
$ yarn deploy
This command will make the automatic deploy of the branch gh-pages
and your site will be automatically published.