/jurgita-art

portfolio website for Jurgita Dishman 2.0

Primary LanguageRuby

README

Portfolio website for Jurgita Dishman.

Built in Rails 6.0.

Setup

  1. If you have rbenv
    • rbenv install 2.6.2
  2. Run bundle install
  3. Run yarn install
  4. Run rails db:create
  5. Run rails db:migrate
  6. Run rails s or foreman -f Procfile.dev

Before pushing your changes

  1. Run rubocop -a to look for offenses and solve them.