This package is the client-side component of the Viper Vortex project. It handles the user interface, user interactions, and communication with the server-side component.
You can install this package by cloning the repository and running the following command in the packages/client
directory:
npm install
To start the client, use the following command:
npm run build
npm run start