Welcome to the main repository for our documentation!
We're using Hugo, a static HTML and CSS website generator, and Github Pages.
Install Hugo, build, and watch for files locally.
brew install hugo
hugo
cd docs && hugo server -D
http://localhost:1313/patternfly-elements/
Build and pull in any updates before running the deploy script.
./deploy.sh