2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 03:58:26 +00:00

Updated README.md

This commit is contained in:
thefalconx33 2019-07-23 13:17:20 +05:30
parent 03b2180cdc
commit 68d3942628
2 changed files with 34 additions and 6 deletions

BIN
.github/preview.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,7 +1,22 @@
# Frappe Accounting
<div align="center">
<h1>
Frappe Accounting
</h1>
<h3>
Simple app for personal and small businesses accounting
</h3>
<h5>
it's pronounced - <em>fra-pay</em>
</h5>
</div>
Simple JS based app for personal and small businesses accounting
<p align="center">
<a href="https://frappe.io/accounting">
<img src=".github/preview.gif">
</a>
</p>
Frappe Accounting is built on [FrappeJS](https://github.com/frappe/frappejs) Framework a Full-Stack VueJS based meta-data driven web framework. Under the hood it uses Electron bundles.
### Installation
@ -16,11 +31,19 @@ apt-get install build-essential python git
apt-get install libgconf-2-4
```
MacOS
```bash
xcode-select --install
```
You will also need [Xcode App](https://apps.apple.com/in/app/xcode/id497799835?mt=12) from App Store
#### Step 1
Install [Node.js](https://nodejs.org/en/) LTS (version 8.11.1)
Install [Node.js](https://nodejs.org/en/) (version 12.6.0)
> Tip: The best way to install and manage Node is to install [nvm](https://github.com/creationix/nvm)
> Tip: The best way to install and manage Node is to install [nvm](https://github.com/nvm-sh/nvm#usage)
#### Step 2
@ -32,7 +55,7 @@ npm install -g yarn
#### Step 3
Clone this repo
Clone this repo
```bash
git clone https://github.com/frappe/accounting.git
@ -51,6 +74,11 @@ yarn
# Start the electron app
yarn electron
```
### Troubleshooting
Frappe Technologies
- If you are facing node-gyp errors then you may need to:
1. Install Xcode App from App Store.
2. Use node v12.6.0
3. Delete yarn.lock/package-lock.json