- Go to the live-chat directory and use this command
- npm install
- You can change the app port in config file.
- Clone the project (https://github.com/Abigovor/live-chat.git)
- Go to the live-chat directory and use this command
- npm start
- Open browser and go to localhost:port (by default port eq 3000) for start chatting!
- Fork it (https://github.com/Abigovor/live-chat/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request