# Client Installation

  1. Download the latest release or build the project by yourself.
  2. Copy the gta5voice folder into your client_packages directory.
  3. Add the following line to your client_packages index.js:
require('gta5voice');

# Manual build instructions

  1. Install the development dependencies:
npm install --save-dev
  1. Build the project:
npm run build
  1. After building, you will find the generated folder:
build/gta5voice

# Server: