Skip to content

uc-cdis/gen3.org

Repository files navigation

Gen3.org

The Gen3.org website for describing the Gen3 platform.

Local Development

# Install hugo
brew install hugo
# Build site and start Hugo server locally
hugo server -D -b localhost

Dockerfile

Features a Dockerfile for easier local testing in a clean environment.

# Build image
docker build -t gen3.org .
# Run container
docker run -p 1313:80 gen3.org