Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 394 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 394 Bytes

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