From 6c13cdf4a2585fd3d80ee636b8b902ae71dfa5c3 Mon Sep 17 00:00:00 2001 From: Jagoda11 Date: Thu, 4 Jul 2024 20:49:06 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84b7d34..259c156 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # πŸš€ React TypeScript Template -![License](https://img.shields.io/github/license/Jagoda11/react-template?style=flat-square&color=blue) ![Open Issues](https://img.shields.io/github/issues/Jagoda11/react-template?style=flat-square&color=orange) ![Last Commit](https://img.shields.io/github/last-commit/Jagoda11/react-template/main?style=flat-square&color=blue) ![Build Status](https://github.com/Jagoda11/react-template/actions/workflows/ci.yml/badge.svg?branch=main) -This project includes pre-configured setups for: +## πŸ“ Summary +This React TypeScript template is designed for a quick start in new projects. It comes pre-configured with essential tools and libraries to streamline the development process. The template includes: + +- Reactβš›οΈ for building user interfaces. - Babel 🐡 - TypeScript πŸ”΅ - ESLint πŸ› οΈ @@ -21,6 +23,7 @@ First, install the project dependencies: ```bash npm install ``` + ## ⚠️ Note on Commits If you're having trouble making a commit, it might be due to the `precommit` hook, which runs the `lint` and `test` scripts before each commit. If these scripts find any errors, the commit will be blocked. Check the output for any lint or test errors and fix them before trying to commit again. @@ -84,8 +87,6 @@ Please read our [Code of Conduct](CODE_OF_CONDUCT.md) to keep our community appr ## πŸ“ License - This project is licensed under the terms of the Commercial License Agreement. For more details, see the [LICENSE](LICENSE.md) file. - Β© 2024 Jagoda11