1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Update README.md

This commit is contained in:
Josh Pigford 2024-01-10 13:04:52 -06:00
parent 3fecfd6d90
commit c1cc803c69

View file

@ -10,6 +10,18 @@ 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.
## Building the app
This is the current state of building the app. You'll hit errors, which we're working to resolve (and certainly welcome PRs to help with that).
```
cp .env.example .env
yarn install
yarn prisma:migrate:dev
yarn prisma:seed
yarn dev
```
## Relevant reading...
- [Learn about how the app is organized as a monorepo](https://github.com/maybe-finance/maybe/wiki/Monorepo-File-Structure-Overview)