Financier is a comprehensive business management platform built on top of Utopia and Relaxo.
Copy the example/
directory which contains the bare framework for running the application.
First, create an admin user:
bundle install
bake financier:user:create
Then start the site:
falcon serve
Visit https://localhost:9292 to log in.