This repository is split into two subparts. Namely Client and Server.
- Clone the repository
git clone https://github.com/arjav0703/chat-platform.git &∓& cd chat-platform- Make sure rust (cargo) is installed. If not, visit here to install rust toolchain.
- Run the server:
cd server
cargo runn- Make sure pnpm is installed. If not, visit here to install pnpm. Then install Tauri prerequisites:
5. Run the client:
```bash
cd client
pnpm install
pnpm tauri dev