keyurshah / paperandmore-closing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run / build the project

  1. install ruby https://rubyinstaller.org/downloads/, choose latest version 2.6
  2. install jekyll
gem install jekyll bundler
  1. go to the project, install all dependencies
bundle install
  1. develop the project
bundle exec jekyll serve
# or
bundle exec jekyll serve --watch
  1. build for production, or use github auto deployment feature
bundle exec jekyll build

About


Languages

Language:HTML 88.2%Language:CSS 8.6%Language:Ruby 3.2%