Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.19 KB

RESx Website

Languages & Tools Used

  • Jekyll
  • HTML5/CSS3
  • JavaScript

Dependencies

Dependency Version
Animate.css v3.7.0
Bootstrap v4.2.1
FontAwesome v5.6.3
jQuery v3.3.1
Popper.js v1.14.6
wow.js v1.1.2

Build Site Locally

  1. Navigate into the root directory of your local Jekyll site repository.
  2. Run your Jekyll site locally: $ bundle exec jekyll serve
  3. Preview your local Jekyll site in your web browser at http://localhost:4000.

Pro Tip: use $ bundle exec jekyll s -o instead of step 2 & 3.

Note: If "unknown encoding name CP720" error occurred, use: $ chcp.com 1252 then try again.

For more info visit GitHub Help Page