Talk live to anyone from anywhere
You can find the application live here: https://chatter-room.netlify.app/
- Fork it (https://github.com/mpirescarvalho/chatter/fork)
- Create your feature branch (
git checkout -b feature/awesome
) - Commit your changes (
git commit -am 'Add awesome feature'
) - Push to the branch (
git push origin feature/awesome
) - Create a new Pull Request
- You'll first need chatter-server running: https://github.com/mpirescarvalho/chatter-server
You'll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/mpirescarvalho/chatter.git
$ cd chatter
$ npm install
$ npm run start
Runs the app in the development mode.