official-inquiries / official-inquiries.com

Official Inquiries main website
http://reports.datopian.com
5 stars 2 forks source link

Installation and Local Development Instructions

This website uses Jekyll and Github pages.

To get started, you will need to install Ruby and RubyGems

Then,

# Install Jekyll

gem install jekyll

# Clone the repository

git clone https://github.com/official-inquries/official-inquiries.com.git

# Navigate to the repository directory

cd official-inquiries.com

# Initiate and update the submodules

git submodule init
git submodule update

# Run Jekyll to build and host a local version of the site

jekyll serve --watch

You should then be able to View the locally hosted site in your browser at the address localhost:4000. As you make changes to the repo, Jekyll will automatically regenerate the site accordingly.