Simple JS based app for personal and small businesses accounting
Install build essentials
Ubuntu
apt-get install build-essential python git
apt-get install libgconf-2-4
Install Node.js LTS (version 8.11.1)
Tip: The best way to install and manage Node is to install nvm
Install yarn
package manager.
npm install -g yarn
Clone this repo
git clone https://github.com/frappe/accounting.git
Install dependencies and launch Accounting
cd accounting
# Install dependencies
yarn
# Start the electron app
yarn electron
Frappe Technologies