mirror of
https://github.com/guilhermewerner/chat
synced 2025-06-16 19:34:19 +00:00
Update README.md
This commit is contained in:
26
README.md
26
README.md
@ -1,3 +1,29 @@
|
|||||||
# Chat
|
# Chat
|
||||||
|
|
||||||
A simple realtime chat website. Made with JavaScript, Socket.io and Bootstrap
|
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.
|
||||||
|
Reference in New Issue
Block a user