From 02bad4af4f0b054114cec9ba7221607b469044c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=A9sor=20Bireke?= Date: Fri, 29 Sep 2023 11:37:11 +0400 Subject: [PATCH] Add sample app path to CONTRIBUTING.md Add sample app path to CONTRIBUTING.md when running the app locally. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 534b89c356..486d098459 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,6 +42,7 @@ bundle exec rails s ``` This will start the application defined in `spec/example_app`. +You can view the `example_app` in the browser by navigating to `/admin` ## Repository Structure