diff --git a/README.md b/README.md index 0d818304..a67e62e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Maybe: An open-source personal finance app +![](https://github.com/maybe-finance/maybe/assets/35243/79d97b31-7fad-4031-9e83-5005bc1d7fd0) + +# Maybe: Open-source personal finance app + +Get involved: [Discord](https://discord.gg/xfysSaSsfN) • [Website](https://maybe.co) • [Issues](https://github.com/maybe-finance/maybe/issues) 🚨 NOTE: This is the original React/Next.js app of the now-defunct personal finance app, Maybe. This original version used many external services (Plaid, Finicity, Auth0, etc) and getting it to fully function will be a decent amount of work. @@ -6,8 +10,6 @@ The README below was what we used internally, so many of the links won't work an There's a LOT of work to do to get this functioning, but it should be feasible. -The best way to get involved is on [Discord](https://discord.gg/xfysSaSsfN) and in the [Issues](https://github.com/maybe-finance/maybe/issues). - ## Monorepo File Structure Overview This repository uses the monorepo management tools from NRWL called `nx`. The NX dev tools come with pre-configured TS, ESLint, Prettier, Jest, Cypress and more, and provide an extensive suite of commands to lint, test, serve, and build applications. [Here's a great 10 minute video](https://nx.dev/l/r/getting-started/intro#10-minute-nx-overview) that walks through what nx can do.