Rails 5 Online edition clone of the popular “One Night Ultimate Werewolf” party game!
Start up the rails server:
rails s
Seed your database:
rake db:create
rake db:migrate
rake db:seed
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...