- Gatsby.js
- Tailwindcss
- Typescript
For more information, read this.
- 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
orgit-cz
to make your commits. Follow the prompts that appear. - Push your branch to the repository and open a Merge Request.
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.