Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 470 Bytes

marcvila.me

This project is using portfolYOU, many thanks!

Setup

Ruby is a requirement, this repo has been tested in Ruby 3.2.1

Install the jekyll and bundler gems:

gem install jekyll bundler

Install Gemfile contents:

bundle install

Run

Build the site and make it available on a local server:

bundle exec jekyll serve

Will be running in localhost:4000