Skip to content

Easily share wishlists for birthdays and other events.

Notifications You must be signed in to change notification settings

ianbayne/Wishly

Repository files navigation

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.