Skip to content

Commit

Permalink
Update README to clarify server start using bin/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Sep 16, 2024
1 parent 3e9868d commit d59dadd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------

Expand Down

0 comments on commit d59dadd

Please sign in to comment.