Update dev command in README
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Basti 2022-02-16 10:46:04 -06:00
parent 5a658ce580
commit cd3e4161b8
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -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):