Skip to content

Latest commit

Β 

History

History
58 lines (40 loc) Β· 1.78 KB

README.md

File metadata and controls

58 lines (40 loc) Β· 1.78 KB

Netlify Status

Welcome avatar

WELCOME TO MY WORLD.

My personal page and future blog.

Enter in my world


πŸ”₯ Gatsby with TypeScript

  • βš›οΈ React - A lib JavaScript for create UI
  • πŸ’œ GatsbyJs - Framework JavaScript to generate static pages
  • πŸ’… Styled-Components - Lib for create components stylized
  • πŸ“ ESLint β€” Pluggable JavaScript linter
  • πŸ’– Prettier - Opinionated Code Formatter
  • 🐢 Husky β€” Use git hooks with ease
  • πŸ“„ Commitizen - Conventional commit messages CLI
  • πŸš“ Commitlint - Lint commit messages
  • 🚫 lint-staged - Run linters against staged git files
  • πŸ—‚ Root import - Import folders and files using the @ prefix.

πŸš€ Getting started

Clone this project

git clone git@github.com:louzada01/louzada.git
  1. cd louzada;
  2. yarn;
  3. yarn start;

To view the project you can open http://localhost:8000.

🀝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for more information.


Made with πŸ’š by JoΓ£o Louzada