Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1006 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 1006 Bytes

Deep Chat


This is an example Deep Chat UI project that can be used to communicate with the example server projects.

💻 Local setup

If you are downloading the project via git clone - we advise you to use shallow cloning with the use of the --depth 1 option to reduce its size:

git clone --depth 1 https://github.com/OvidijusParsiunas/deep-chat.git

Navigate to this directory and run the following command to download the dependencies:

npm install

Run the project:

npm run start

🔧 Improvements

If you are experiencing issues with this project or have suggestions on how to improve it, do not hesitate to create a new ticket in Github issues and we will look into it as soon as possible.