This project serves as a proof-of-concept reference guide to help facilitate murder mystery parties. Users should be able to read an overview of the event theme, review important details about their character, view a comprehensive list of the whole cast, and make notes as they discover new information.
-
On the web: https://murder-at-sea.herokuapp.com/
Built responsively to accommodate mobile browsing, access this site from a mobile device for the most representative user experience.
-
Local Deployment instructions:
(for best results, run on a unix-based OS, with Ruby 2.4.5 or higher)
A) In one tab of your command line application run:
- $ ruby shell_commands.rb
- $ yarn run start
B) In a second tab of your command line application run: $ rails s
C) In your browser, navigate to localhost:3000