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

Readme update

This commit is contained in:
Josh Pigford 2024-01-10 13:00:36 -06:00
parent 26672da552
commit 3fecfd6d90

View file

@ -12,13 +12,13 @@ There's a LOT of work to do to get this functioning, but it should be feasible.
## Relevant reading... ## 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)
## Credit ## Credit
The original app was built by [Zach Gollwitzer](https://twitter.com/zg_dev) and [Tim Wilson](https://twitter.com/actualTimWilson), with design work by [Justin Farrugia](https://twitter.com/justinmfarrugia). The app is currently maintained by [Josh Pigford](https://twitter.com/Shpigford). The original app was built by [Zach Gollwitzer](https://twitter.com/zg_dev) and [Tim Wilson](https://twitter.com/actualTimWilson), with design work by [Justin Farrugia](https://twitter.com/justinmfarrugia). The app is currently maintained by [Josh Pigford](https://twitter.com/Shpigford).
---- ---
## ⚠️ Everything below is archived from the original repo and we're slowly working to replace/update it. ## ⚠️ Everything below is archived from the original repo and we're slowly working to replace/update it.
@ -44,7 +44,7 @@ A working local development `.env` file can be found in 1Password under the "Eng
#### Start server and client apps #### Start server and client apps
``` ```
yarn install yarn install # re-run if it hangs
yarn dev yarn dev
``` ```
@ -53,7 +53,7 @@ yarn dev
In a separate terminal, run the following command. This will connect to the Postgres DB running inside Docker and run all the migrations in `/prisma/migrations`. In a separate terminal, run the following command. This will connect to the Postgres DB running inside Docker and run all the migrations in `/prisma/migrations`.
``` ```
yarn prisma:migrate yarn prisma:migrate:dev
``` ```
You will also want to seed the database (includes account types and subtypes for categorization). You will also want to seed the database (includes account types and subtypes for categorization).