Skip to content

zakhor/jinro_rails

 
 

Repository files navigation

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

# create role for jinro_rails
psql postgres
postgres=# create role jinro_rails with login password 'jinro_rails';
postgres=# alter role jinro_rails with superuser;

# run rails server
git clone https://github.com/fshin1988/jinro_rails.git
cd jinro_rails
cp dotenv.sample .env
bin/setup
bin/rails s
bin/webpack-dev-server

# run worker
redis-server &
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

Jinro game on Ruby on Rails

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 76.9%
  • HTML 15.6%
  • JavaScript 3.0%
  • CSS 2.7%
  • Vue 1.4%
  • CoffeeScript 0.4%