Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 362 Bytes

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.