Skip to content

alecgerona/alecgerona.io

Repository files navigation

alecgerona.io

Netlify build status License code style: prettier

My own personal website and blog.

https://alecgerona.io

Built with

  • Gatsby.js
  • Tailwindcss
  • Typescript

For more information, read this.

Contributing

Making and submitting changes

  • Create a topic branch from where you want to base your work.
  • This is usually the master branch.
  • Avoid working directly on the master branch.
  • Make commits of logical units (if needed, rebase your branch before submitting it).
  • Use yarn commit or git-cz to make your commits. Follow the prompts that appear.
  • Push your branch to the repository and open a Merge Request.

Linting

Prettier handles code style while ESLint handles linting.

You can set it up on your IDE for automatic styling, or rely on the pre-commit hook to do it for you.