2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
Free desktop accounting software for small-businesses and freelancers.
Go to file
Rushabh Mehta 60a176a52f 3 column
2018-02-14 22:15:07 +05:30
dist 3 column 2018-02-14 22:15:07 +05:30
models/doctype update build 2018-02-14 18:23:40 +05:30
src 3 column 2018-02-14 22:15:07 +05:30
.gitignore refactor 2018-01-30 18:56:35 +05:30
.sassrc.js first commit 2018-01-08 17:59:49 +05:30
index.html refactor 2018-01-30 18:56:35 +05:30
package.json update build 2018-02-14 18:23:40 +05:30
Procfile bye bye webpack, welcome rollup 2018-01-30 15:40:56 +05:30
README.md add invoice settings 2018-02-12 21:53:14 +05:30
rollup.config.js refactor 2018-01-30 18:56:35 +05:30
server.js change case 2018-02-08 15:09:10 +05:30
yarn.lock update build 2018-02-14 18:23:40 +05:30

Frappe Accounting

Simple JS based app for personal and small businesses accounting

Install

Install dependencies

yarn install

Build

node_modules/.bin/rollup

Start

To start the app + build process

yarn global add foreman

nf start