Wagyu Client
How to install the Wagyu client.
The Wagyu client is built using electron to ensure that the application supports as many cross-platform devices as possibe. Whilst electron is known for being resource heavy, we are constantly working on optamising the client to ensure it remains lightweight.
Binary Installation
Download the latest Wagyu Client binaries here
Manually Installing The Client From Source
Requirements
The following packages are required for the Wagyu client:
NodeJS and NPM
Instructions
If you want to run the client from source for development you can do so by first changing into the client
directory and then installing the required node packages:
cd client && npm install
The electron client application can then be started by using:
npm start
Last updated