Skip to content

reactionist/ruby-blog

Repository files navigation

RubyCoin

Installation

  1. Run bundle install
  2. Run overcommit --install
  3. Run overcommit --sign
  4. Run yarn
  5. Run bundle exec rails assets:precompile if any style issue
  6. Copy .env settings for database: cp .env.example .env
  7. Run rails db:create db:migrate db:seed

Start server

  1. To start a web server please run bin/dev or s.cmd if windows
  2. Open https://localhost:3000/ in your browser

Stack of technologies

  • Ruby version 3.2.0

  • Rails version 7.0.4

  • PostgreSQL 15.2

  • jsbundling-rails

  • turbo-rails

  • stimulus-rails

  • cssbundling-rails

  • rbenv

  • Capistrano

How to skip overcommit (only if very needed):

SKIP=RuboCop git commit