README.md
[!IMPORTANT] This repository is no longer actively maintained. You can read more about this in our final release.
Maybe is a fully working personal finance app that can be self hosted with Docker.
This repo is no longer maintained. You’re free to fork it under the AGPLv3. To stay compliant and avoid trademark issues:
If you are trying to self-host the Maybe app, stop here. You should read this guide to get started.
The instructions below are for developers to get started with contributing to the app.
.ruby-version file for required Ruby versionAfter cloning the repo, the basic setup commands are:
cd maybe
cp .env.local.example .env.local
bin/setup
bin/dev
# Optionally, load demo data
rake demo_data:default
And visit http://localhost:3000 to see the app. You can use the following credentials to log in (generated by DB seed):
[email protected]passwordFor further instructions, see guides below.
Maybe is distributed under an AGPLv3 license. " Maybe" is a trademark of Maybe Finance, Inc.