fshin1988 / jinro_rails

Werewolf game on Ruby on Rails

Home Page:https://www.jinro-lite.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Werewolf game on Ruby on Rails

https://www.jinro-lite.com/

License:MIT License


Languages

Language:Ruby 75.5%Language:Slim 14.2%Language:JavaScript 3.2%Language:SCSS 2.8%Language:HTML 2.3%Language:Vue 1.5%Language:CoffeeScript 0.4%Language:Procfile 0.1%