Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 946 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 946 Bytes

Jekyll - Ruby

This repository is a Jekyll-based website project developed using the Ruby programming language.

Getting Started

This section provides instructions on how to get the project running on your local machine.

Prerequisites

You need to have Ruby and Jekyll installed on your computer to run this project. Refer to the following links for Ruby and Jekyll installation instructions:

Installation

Follow these steps to clone the project and install necessary dependencies:

git clone git@git.mulk.net:architecture/jekyll.git
cd jekyll
bundle install

Running Locally

To run the project on a local server, use the following command:

bundle exec jekyll serve

After running this command, you can visit your project at http://localhost:4000 in your browser.