Skip to content

A movie review website

License

Notifications You must be signed in to change notification settings

rs9899/100wordsReview

Repository files navigation

100 words review

Cause hosting personal blog and website using github pages is so easy ❤️

Running it locally

To run it locally you need to install Jekyll and bundle which you can do from here

For Linux machine I can summarize it as

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf

ruby -v # to test the installation
gem update # sudo might be needed but try to avoid using sudo
gem install jekyll bundler
jekyll -v   # to test the installation
cd ~/[path to this repo home]
bundle install # add your sudo password if asked for password
bundle exec jekyll serve