Skip to content

simaob/scoreboard

Repository files navigation

README

Dependencies

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

Setup locally

  1. Clone the repo

git clone git@github.com: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 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published