xoken / tonne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tonne

Setup on ubuntu machine

Step 1:

sudo apt install npm

Step 2:

git clone https://github.com/xoken/tonne.git
git clone https://github.com/xoken/allegory-allpay-sdk.git

Step 3: cd into the allegory-allpay-sdk directory and run the following command.

cd allegory-allpay-sdk
npm install

Step 4: cd into the tonne repo directory and run the following command.

cd tonne
npm install

To launch tonne

Step 1: Open a new terminal. If you are not already in tonne repo directory, cd into tonne repo directory and run the following commands.

cd allegory-allpay-sdk
npm start

Keep this terminal window open.

Step 2: Open a new terminal. If you are not already in tonne repo directory, cd into tonne repo directory and run the following command.

cd tonne
npm start

Keep this terminal window open.

Step 3: Open a new terminal. If you are not already in tonne repo directory, cd into tonne repo directory and run the following command.

cd tonne
npm run electron

Keep this terminal window open.

About


Languages

Language:JavaScript 92.7%Language:CSS 6.7%Language:HTML 0.6%