Chats

ℹ️ General Info

This is the repository responsible for Chats apps.

🏭 Applications

To work properly, fill in the .env file. Use the .env.example file as an example.

🖍 Requirements

🏃‍♂️ Simple Start

  1. npm install at the root
  2. Fill ENVs
  3. npm run dev
  4. Enjoy ❤️

🌕 Technology

before every commit run

  • npm run format - fix styles
  • npm run lint:fix - and fix your warnings and errors

in folder common are reusable components, types, hooks and etc. you can use in your part of code

in folder redux are api and store.