Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1005 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 1005 Bytes

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.