0.0.2 • Published 5 years ago

dataent-accounting v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Dataent 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/dataent/accounting.git

Step 4

Install dependencies and launch Accounting

cd accounting

# Install dependencies
yarn

# Start the electron app
yarn electron


Dataent Technologies