An entertainment blog focusing on movie, show and music recommendations built on Jekyll and Minimal Mistakes Jekyll theme.
Clone repo: git clone https://github.com/ianagpawa/check-it.git
-
Install
ruby
, Ruby 2.7.5 Quickstart.- Installer with Dev Kit
- During install stage, when prompted, run
ridk install
option. - Verify install by running the
ruby -v
command.
-
Install
jekyll
: Jekyll 4.2.2 Quickstart- After installing Ruby, run command
gem install jekyll bundler
. - Verify install by running the
jekyll -v
command.
- After installing Ruby, run command
Run command bundle install
.
Run command bundle update
.
Run bundle exec jekyll serve
to serve the app locally on http://localhost:4000/
. The app requires manual reload of the browser if there are any changes made.
Ian Agpawa