# teaclave-website **Repository Path**: mirrors_apache/teaclave-website ## Basic Information - **Project Name**: teaclave-website - **Description**: Apache Teaclave Website - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache Teaclave™ Website The official website for Apache Teaclave™, generated with the Docusaurus static site generator. This repository contains the source code and configuration for the Teaclave project website, including documentation for Teaclave TrustZone SDK, Teaclave SGX SDK, and related components. ## Quick Start ### Building the Website 1. **Build the Docker container:** ```bash docker build . -t website ``` 2. **Run the container and build the site:** ```bash docker run -it --rm -v $(pwd):/app/repo website /bin/bash cd site make build ``` ### Deployment To deploy the generated site to the staging and production environments: ```bash # Deploy to staging ghp-import --no-history --force site/build/ -b asf-staging git push -f asf-staging # Deploy to production ghp-import --no-history --force site/build/ -b asf-site git push -f asf-site ``` ### Website URLs - **Staging**: https://teaclave.staged.apache.org (for preview) - **Production**: https://teaclave.apache.org