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
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.