Portfolio website for Jurgita Dishman.
Built in Rails 6.0.
- If you have rbenv
rbenv install 2.6.2
- Run
bundle install
- Run
yarn install
- Run
rails db:create
- Run
rails db:migrate
- Run
rails s
orforeman -f Procfile.dev
- Run
rubocop -a
to look for offenses and solve them.