@@ -139,7 +139,7 @@ yarn build && yarn test:e2e
139139
140140> :bulb : ** Tip:** To run [ Cypress] ( https://www.cypress.io/ ) in interactive mode, start the application and run ` yarn cy:open `
141141
142- ### Story Book
142+ ### Storybook
143143
144144Start Storybook in development mode:
145145
@@ -155,7 +155,7 @@ yarn build-storybook
155155
156156> :bulb : ** Tip:** run ` npx http-server ./storybook-static ` to preview static web application locally.
157157
158- ## Code Quality
158+ ## 👮 Code Quality
159159
160160### Overview
161161
@@ -178,7 +178,7 @@ import paths such as `../../../Component`. Wherever you move the file, all the i
178178To enable Absoulte imports in Intelij ide go to ` Settings -> Editor -> Code Style -> TypeScript -> Imports ` and
179179enable ** Use paths relative to tsconfig.json** .
180180
181- ## Release
181+ ## 😈 Release
182182
183183Create release version and generate a changelog file:
184184
@@ -190,7 +190,7 @@ yarn release
190190
191191> :bulb : ** Tip:** ` yarn release:dry-run ` - allows you to see what commands would be run, without committing to git or updating files.
192192
193- ## Useful dev tools
193+ ## 🛠 Useful dev tools
194194
195195- [ React Developer Tools] ( https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi )
196196- [ Redux DevTools] ( https://github.com/reduxjs/redux-devtools )
@@ -199,7 +199,7 @@ yarn release
199199- [ React Hook Form - form builder] ( https://react-hook-form.com/form-builder )
200200- [ i18next-scanner] ( https://github.com/i18next/i18next-scanner )
201201
202- ## References
202+ ## 🎓 References
203203
204204- [ TypeScript Deep Dive] ( https://basarat.gitbook.io/typescript/ )
205205- [ React+TypeScript Cheatsheets] ( https://github.com/typescript-cheatsheets/react )
@@ -209,7 +209,7 @@ yarn release
209209- [ Bulletproof React] ( https://github.com/alan2207/bulletproof-react )
210210- [ Jest cheat sheet] ( https://github.com/sapegin/jest-cheat-sheet )
211211
212- ## Additional Links
212+ ## 👨🎓 Additional Links
213213
214214- [ React Hook Form vs. Formik: A technical and performance comparison] ( https://blog.logrocket.com/react-hook-form-vs-formik-comparison/ )
215215- [ MUI - theme switcher] ( https://mui.com/customization/dark-mode/ )
0 commit comments