From d59dadd8f5b67cf21cef342ac84e715d8c0c3140 Mon Sep 17 00:00:00 2001 From: moveson Date: Mon, 22 Jul 2024 20:21:50 -0600 Subject: [PATCH] Update README to clarify server start using bin/dev --- Gemfile.lock | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e7384991..32e7941c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -331,7 +331,7 @@ GEM omniauth (~> 2.0) options (2.3.2) orm_adapter (0.5.0) - pagy (8.6.2) + pagy (8.6.3) paper_trail (15.1.0) activerecord (>= 6.1) request_store (~> 1.4) diff --git a/README.md b/README.md index d57b4ddae..1dedab9a4 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,15 @@ If you need to add icons from another collection (such as "Light"), you will nee In addition, note that the new css file (`light.scss` in our example) will have an incorrect URL for the font files. You will need to edit the URL to match the URLs used in the other Fontawesome stylesheets. +Starting the Server +------------------------- + +To start the development server and workers, and to compile JavaScript and CSS files (and start watchers that will recompile them as they change), +navigate to the OpenSplitTime directory and type: +``` +$ bin/dev +``` + Support -------------------------