From 90b48a074c92f606c08334b7a18753cea7f19b04 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner Date: Mon, 1 Jun 2020 18:19:45 -0300 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 15647d1..52e53b5 100644 --- a/README.md +++ b/README.md @@ -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.