Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbayne committed Mar 30, 2024
1 parent e205637 commit 67607ea
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
Run the app with `foreman start -f Procfile.dev`. This will start both the server as well as the Sidekiq worker
# Wishly

Still a work in progress.

## Running the app locally

Run the app with `foreman start -f Procfile.dev`. This will start both the server as
well as the Sidekiq worker.

## Running tests

To run the entire test suite, first install all required gems with `bundle install` and run `bundle exec rspec`.

0 comments on commit 67607ea

Please sign in to comment.