From cd3e4161b8f8c1aefb2b0a0642ae0a61a3075ac4 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 16 Feb 2022 10:46:04 -0600 Subject: [PATCH] Update dev command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e57125..ba27fc0 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Setting up local database (SQLite): bundle exec rails db:create bundle exec rails db:migrate -Running the dev server: +Running the dev server and auto-building CSS files on change: - bundle exec rails server + bin/dev Running the background workers (requires Redis):