Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 930 Bytes

BUILD.md

File metadata and controls

28 lines (18 loc) · 930 Bytes

Build Documentation

Setup

Get a copy of the repository

git clone https://github.com/mattwright324/hashID.git

Install Ruby (and gems jekyll and bundler) following the steps for your operating system

In CMD or terminal, cd to the project directory you cloned to and run bundle install to install necessary gems for github-pages in the project Gemfile (this may take some time).

Build and Run

In CMD or terminal, cd to the project directory you cloned to and run bundle exec jekyll serve and you can view a live version at http://localhost:4000

Update the application with any editor you prefer (WebStorm, VSCode, Notepad++, etc.), Jekyll works such that edits to files made while it is running will be picked up and published only needing you to refresh the browser instance to see them.