Skip to content

uc-cdis/gen3.org

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2024
Aug 2, 2023
Oct 19, 2018
Dec 11, 2023
Oct 17, 2024
Oct 16, 2024
Oct 1, 2024
Feb 17, 2021
Mar 1, 2024
Jun 12, 2024
Jun 15, 2022
Aug 28, 2024
Aug 28, 2024
Jun 15, 2022
Jul 6, 2018
Oct 23, 2018
Jun 15, 2022
Oct 1, 2024
Jul 12, 2023

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