add install stection

This commit is contained in:
ghost 2023-12-07 01:53:24 +02:00
parent 016170a4fb
commit 5ca8c1cac4

View File

@ -26,6 +26,18 @@ KevaChat protocol following native Kevacoin's `key`/`value` model, where `key` -
All messages related to their room `namespaces`. All messages related to their room `namespaces`.
## Install
### Production
`composer create-project kevachat/webapp KevaChat`
### Development
* `git clone https://github.com/kevachat/webapp.git KevaChat`
* `cd KevaChat`
* `composer install`
## Contribution ## Contribution
Project created from people and for people, feel free to use it for your own needs, join the development or make your feedback! Project created from people and for people, feel free to use it for your own needs, join the development or make your feedback!