Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 463 Bytes

@viper-vortex/client

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.

Installation

You can install this package by cloning the repository and running the following command in the packages/client directory:

npm install

Usage

To start the client, use the following command:

npm run build
npm run start