Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
/ factae Public archive

💰 A simple billing tool for micro-enterprises

Notifications You must be signed in to change notification settings

soywod/factae

Repository files navigation

⚠️ Project archived, due to lack of interest.

factAE

A simple billing tool for micro-enterprises.

Introduction

factAE helps you to manage your clients, quotations and invoices. For now, it has been designed for french micro-enterprises, but the aim is to extend it to any kind of individual companies. Be aware that factAE is not a certified tool: it's just a helper. Check first if your legal status allows you to use non-certified tools.

Development

Download sources:

git clone https://github.com/factae/factae.git factae
cd factae

Set up local env:

cp .env.example .env.local
vim .env.local

Install deps:

yarn install

Start the web server (http://localhost:3000):

yarn start

Credits