This repository is a Jekyll-based website project developed using the Ruby programming language.
This section provides instructions on how to get the project running on your local machine.
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:
Follow these steps to clone the project and install necessary dependencies:
git clone git@git.mulk.net:architecture/jekyll.git
cd jekyll
bundle install
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.