Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 620 Bytes

README.MD

File metadata and controls

33 lines (19 loc) · 620 Bytes

Red Hat App services blog

This repo contains the source for https://redhatperf.github.io/

Dev

Prerequisites

Either docker & docker-compose installed, or podman and podman-compose

Setup dev environment

Docker

$ docker-compose up

Podman

$ podman-compose up

A local version of the website will be available at;

http://0.0.0.0:2323/

Edits will automatically be updated

Open a PR against the dev branch of https://github.com/RedHatPerf/redhatperf.github.io/ . Once merged, the website will be automatically rebuilt.