A quick prototype of a Tox client powered by JS running everywhere.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/SkyzohKey/Tox-client
# Go into the repository
cd Tox-client
# Install dependencies and run the app
npm install && npm run dev
Learn more about Electron and its API in the documentation.
You can use any of the following commands to create distributable ready builds.
- Install
npm install -g electron-packager
# Go into the repository
cd Tox-client
# Start the build for linux
npm run build:linux
# Go into the repository
cd Tox-client
# Start the build for OSX
npm run build:osx
# Go into the repository
cd Tox-client
# Start the build for Windows
npm run build:windows