From 57af698587472a0995467f1febe7fb2af4d9db81 Mon Sep 17 00:00:00 2001 From: Jan Peterka Date: Sun, 29 Sep 2024 01:58:36 +0200 Subject: [PATCH] Add database setup to README (#2) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f40b65d..f9ae85b 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,13 @@ This repository is intended to be simple and easy to run locally with a fully-fe # 1. Clone this repository via git # 2. Set it up locally bundle install -# 3. Run the demo Rails application: +# 3. Create database +bin/rails db:setup +# 4. Run the demo Rails application: bin/rails s -# 4. Load the demo application in your browser +# 5. Load the demo application in your browser open http://localhost:3000 -# 5. Make changes, see the result, commit and make a PR! +# 6. Make changes, see the result, commit and make a PR! ``` ## License