lucabrunox / reghome

Simple home cash double entry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reghome

Simple home cash double entry

Installation

Install Nix.

$ git clone https://github.com/lethalman/reghome.git
$ cd reghome
$ nix-shell

Build the web bundle:

$ webpack

Start the services:

$ mkdir -p ~/.reghome/nginx/logs
$ services/nginx/init.sh
$ node server/main.js $(pwd)/config.js

Open http://localhost:8080

About

Simple home cash double entry


Languages

Language:Nix 84.9%Language:JavaScript 14.0%Language:CSS 0.9%Language:Shell 0.2%