mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +00:00
Updated README.md
This commit is contained in:
parent
03b2180cdc
commit
68d3942628
BIN
.github/preview.gif
vendored
Normal file
BIN
.github/preview.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
38
README.md
38
README.md
@ -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
|
||||
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user