Update README.md

This commit is contained in:
GuilhermeWerner
2020-06-01 18:19:45 -03:00
parent eb22f86f4a
commit 90b48a074c

View File

@ -1,3 +1,29 @@
# Chat
A simple realtime chat website. Made with JavaScript, Socket.io and Bootstrap
### Requirements
- [Node](https://nodejs.org/en/)
### Instalation
After clone the repository, install the dependencies using:
`npm install`
### Starting the server
`npm start`
### Contributing
Anyone can submit a pull request and improve the project. New features comes soon.
### Author
Guilherme Werner
### Liscence
This project is licensed under the MIT License.