mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Readme update
This commit is contained in:
parent
26672da552
commit
3fecfd6d90
1 changed files with 5 additions and 5 deletions
|
@ -12,13 +12,13 @@ There's a LOT of work to do to get this functioning, but it should be feasible.
|
|||
|
||||
## 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
|
||||
|
||||
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.
|
||||
|
||||
|
@ -44,7 +44,7 @@ A working local development `.env` file can be found in 1Password under the "Eng
|
|||
#### Start server and client apps
|
||||
|
||||
```
|
||||
yarn install
|
||||
yarn install # re-run if it hangs
|
||||
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`.
|
||||
|
||||
```
|
||||
yarn prisma:migrate
|
||||
yarn prisma:migrate:dev
|
||||
```
|
||||
|
||||
You will also want to seed the database (includes account types and subtypes for categorization).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue