/soapstone-portfolio

A Portfolio example using Ruby on Rails / Postgres

Primary LanguageRuby

Welcome to Harmony: Soapstone

Soapstone is a Resume & Portfolio site written in Ruby & using the Rails framework.

Install

Clone the repository

git clone git@github.com:juliendargelos/project.git
cd project

Check your Ruby version

ruby -v

The ouput should start with something like ruby 2.5.1

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.5.1

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s
  • ...