From 1647474a741ebc10a714cdce6a0e4ee7237aa4e5 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Mon, 27 May 2024 11:29:29 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aeca3d..61f1d77 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,15 @@ You need npm and nodejs installed. See documentation at start of document. 7) Once the depedencies are pulled and installed you can run the command `npm run dev` to run the application in development mode. 8) Open http://localhost:3000/ -### Updating the database + + +### Updating the database/Seeding data Run `supabase db reset`. This will wipe data. https://supabase.com/docs/guides/cli/local-development?queryGroups=access-method&access-method=kong#database-migrations +** Once the data is seeded you will need to go to the galleries bucket and add images to the folders that exist in it for the seeded galleries. ** + + ## inbucket http://localhost:54324su/monitor This is where all mail being sent shows up from the application for developers.