mirror of
https://codeberg.org/JasterV/chat_rooms.rs.git
synced 2026-04-27 02:25:40 +00:00
Merge branch 'main' of https://github.com/JasterV/chat_rooms.rs into main
This commit is contained in:
commit
cbd3d49b0e
1 changed files with 33 additions and 5 deletions
36
README.md
36
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue