1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Readme update

This commit is contained in:
Josh Pigford 2024-01-10 14:01:38 -06:00
parent c1cc803c69
commit 858ae6dd64

View file

@ -22,7 +22,13 @@ yarn prisma:seed
yarn dev yarn dev
``` ```
## Relevant reading... ## High-priority issues
The biggest focus at the moment is on getting the app functional without some previously key external services (namely Auth0, Plaid and Finicity).
You can view the current [high-priority issues here](https://github.com/maybe-finance/maybe/issues?q=is:issue+is:open+label:%22high+priority%22). Those are the most impactful issues to tackle first.
## Relevant reading
- [Learn about how the app is organized as a monorepo](https://github.com/maybe-finance/maybe/wiki/Monorepo-File-Structure-Overview) - [Learn about how the app is organized as a monorepo](https://github.com/maybe-finance/maybe/wiki/Monorepo-File-Structure-Overview)