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.
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
A quick prototype of a Tox client powered by JS running everywhere.
electron, prototype, tox-client, tox.
https://gitfoss.dev/skz/tox-client.gitgit@gitfoss.dev:skz/tox-client.gitBranches:master.