Chat is a web application that allows users to communicate in real-time. This repository serves as a description of the requirements for the chat application, following the principles of Behavior-Driven Development (BDD) using Cucumber and Gherkin.
- Node.js
- npm (Node Package Manager)
- Clone the repository.
- Navigate to the project directory
- Install the dependencies: npm install
To start the application, run: npm start
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes and commit them (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.