https://github.com/fshin1988/jinro_rails
  
  
    Werewolf game on Ruby on Rails 
    https://github.com/fshin1988/jinro_rails
  
rails ruby vue werewolves
        Last synced: 26 days ago 
        JSON representation
    
Werewolf game on Ruby on Rails
- Host: GitHub
- URL: https://github.com/fshin1988/jinro_rails
- Owner: fshin1988
- License: mit
- Created: 2017-09-11T13:35:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:35:47.000Z (about 1 year ago)
- Last Synced: 2025-09-22T06:57:50.212Z (about 1 month ago)
- Topics: rails, ruby, vue, werewolves
- Language: Ruby
- Homepage: https://www.jinro-lite.com/
- Size: 1.2 MB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: MIT-LICENSE
 
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - jinro - open source werewolf game application. You can play the werewolf game with chat. 🔥 🚀 (Happy Exploring 🤘)
README
          # Jinro Rails
Jinro Rails is the open source werewolf game application.
You can play the werewolf game with chat.
## Screenshots


## Built with
Jinro Rails is built with following libraries.
- Ruby
- Ruby on Rails
- Vue.js
- PostgreSQL
- Redis
- Sidekiq
## Development
```
# prepare for middlewares
cp docker-compose.override.yml.sample docker-compose.override.yml
docker compose up
# run rails server
cp dotenv.sample .env
bin/setup
bin/rails s
bin/webpack-dev-server
# run worker
bundle exec sidekiq
```
To update the application you just run `bin/update`.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/fshin1988/jinro_rails
## License
The application is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).