From 67607eac939c38354dcc48f844f92a53c7dc7692 Mon Sep 17 00:00:00 2001 From: Ian Bayne Date: Sat, 30 Mar 2024 16:55:14 +0900 Subject: [PATCH] doc: update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d4485..413bc81 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file