Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 467 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 467 Bytes

README

Dependencies

  1. ruby 3.0.2
  2. Rails 6.1.4
  3. Postgresql 12.3

Setup locally

  1. Clone the repo

git clone [email protected]:simaob/scoreboard.git

  1. Run bundle install

bundle install

  1. Run yarn install

yarn install

  1. Create database

bundle exec rails db:create

  1. Run migrations

bundle exec rails db:migrate

  1. Run the server

bundle exec rails server

  1. Visit the page, by pointing the browser to http://localhost:3000 🚀