Personal finance made simple. Track your net worth, manage your assets, and grow your wealth.
Looking for collaborators! https://discord.gg/HwZarY9Aas
Make sure you have the following dependencies installed:
Then you can do a quick
just init
to grab everything else.
You can find more details in apps/server/.env.example
and
apps/web/.env.example
.
TLDR: For local development, you can just copy the .env.example
files to .env
and you do not need to change anything!
To start the project, you can run
just dev # Make sure Docker/OrbStack is running!
More details on how to get started can be found in docs/contribution.md. Please also give docs/design-choices.md a read to understand why things are done in the way they are :)
You can also visit our FAQ in docs/faq.md to find answers to common questions.
Happy coding!