2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 23:28:24 +00:00
Prssanna Desai 83e7992a0d
Update README.md
- updated installation instructions with more detail
2019-02-16 12:35:50 +05:30
2018-10-26 02:27:34 +05:30
2018-10-24 23:22:27 +05:30
2018-04-02 23:24:35 +05:30
2018-05-08 11:48:50 +05:30
2018-06-01 18:05:51 +05:30
2018-06-26 16:43:05 +05:30
2018-10-22 23:40:22 +05:30
2018-10-18 15:16:30 +05:30
2019-02-16 12:35:50 +05:30
2018-05-08 11:29:16 +05:30
2018-03-26 17:44:27 +05:30

Frappe Accounting

Simple JS based app for personal and small businesses accounting

Installation

Step 0

Install build essentials

Ubuntu

apt-get install build-essential python git
apt-get install libgconf-2-4

Step 1

Install Node.js LTS (version 8.11.1)

Tip: The best way to install and manage Node is to install nvm

Step 2

Install yarn package manager.

npm install -g yarn

Step 3

Clone this repo

git clone https://github.com/frappe/accounting.git

Step 4

Install dependencies and launch Accounting


cd accounting

# Install dependencies
yarn

# Start the electron app
yarn electron


Frappe Technologies
Description
Free desktop accounting software for small-businesses and freelancers.
Readme AGPL-3.0 18 MiB
Languages
TypeScript 57.7%
Vue 39.9%
HTML 1.1%
JavaScript 0.9%
CSS 0.3%
Other 0.1%