This commit is contained in:
JasterV 2020-11-10 01:19:08 +01:00
commit cbd3d49b0e

View file

@ -8,16 +8,44 @@
> A web app that allows you to create or join rooms to chat with your friends :)
## Install
### Currently under development, come back later ^^
## Global dependencies
+ [node](https://nodejs.dev/)
+ [Parceljs](https://parceljs.org/)
+ [Rust](https://www.rust-lang.org/tools/install)
+ [Rust nightly](https://www.oreilly.com/library/view/rust-programming-by/9781788390637/e07dc768-de29-482e-804b-0274b4bef418.xhtml)
## Client
### Install dependencies
```sh
Client: npm install, Server: cargo build
npm install
```
## Usage
### Run
```sh
Client: npm start, Server: cargo run
npm start
```
## Server
### Build
```sh
cargo build
```
### Run
```sh
cargo run
```
## Author
@ -32,4 +60,4 @@ Client: npm start, Server: cargo run
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_