From c1cc803c69f816aecec2e59d8445271988b8ce5e Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Wed, 10 Jan 2024 13:04:52 -0600 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8e5ee188d95..81a48090d19 100644 --- a/README.md +++ b/README.md @@ -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)