An open API service indexing awesome lists of open source software.

https://github.com/sergey-melnychuk/sergey-melnychuk.github.io

Blog on software engineering
https://github.com/sergey-melnychuk/sergey-melnychuk.github.io

blog software-engineering

Last synced: 2 months ago
JSON representation

Blog on software engineering

Awesome Lists containing this project

README

          

# [sergey-melnychuk.github.io](https://sergey-melnychuk.github.io)
Blog on software engineering

```bash
## Install rvm (https://rvm.io/)
curl -sSL https://get.rvm.io | bash -s stable

# https://github.com/rbenv/ruby-build/discussions/2053#discussioncomment-6725967
rvm install 3.1.2 --with-openssl-dir=$(brew --prefix openssl@3)

source "$HOME/.rvm/scripts/rvm"
rvm 3.1.2 --default

gem install bundler
bundle install

## Run locally
bundle exec jekyll serve --host=0.0.0.0
```