aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVid Čufar <32638301+cufarvid@users.noreply.github.com>2024-01-26 16:27:34 +0100
committerGitHub <noreply@github.com>2024-01-26 10:27:34 -0500
commit2228415323cd9685e81b49de6176e66f0d214a73 (patch)
tree54eb3ead25757f8500cf7a63ce504db6199cf2f0 /README.md
parent58ee685e22c705d5ad8b1a2da9e4ab7e6106ec3c (diff)
Fix search functionality (#62)
* Improve README instructions for local setup * Fix search functionality #61 - use 'includes' for expense filtering * Ensure expense groups with no matching expenses are hidden after filtering * Improve README instructions for local setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 074bd2c..c5a0b64 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,10 @@ If you want to contribute financially and help us keep the application free and
## Run locally
1. Clone the repository (or fork it if you intend to contribute)
-2. `npm install`
-3. Start a PostgreSQL server. You can run `./scripts/start-local-db.sh` if you don’t have a server already.
-4. Copy the file `.env.example` as `.env`
-5. `npm run dev`
+2. Start a PostgreSQL server. You can run `./scripts/start-local-db.sh` if you don’t have a server already.
+3. Copy the file `.env.example` as `.env`
+4. Run `npm install` to install dependencies. This will also apply database migrations and update Prisma Client.
+5. Run `npm run dev` to start the development server
## Run in a container