Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.04 KB

building.md

File metadata and controls

76 lines (48 loc) · 1.04 KB

Building

This documentation is for building the guide locally. You can instead read the current guide here.

Building the site

Prerequisites

Installing packages

bundle install

Build once

bundle exec jekyll build

Build continuously

bundle exec jekyll serve

View the site at localhost:4000/rhcsa-open-guide/ in your browser.

Verify links

After building:

bundle exec htmlproofer --assume-extension ./_site

Linting files

Prerequisites

Installing packages

yarn install

Linting

yarn lint

Formatting

yarn format

Linting prose

Prerequisites

Linting

vale .