Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 561 Bytes

File metadata and controls

24 lines (13 loc) · 561 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

NOTE: In Windows, when installing Ruby, use the default settings to install dependencies.

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