# twist-site **Repository Path**: mirrors_adobe/twist-site ## Basic Information - **Project Name**: twist-site - **Description**: Repo for Twist Website - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Twist Site This is the repository for the React Twist documentation website. > **NOTE**: Do not try to submit PRs to this repository for changes to Twist documentation. Update the documentation in the appropriate repositories, and when this site is next built, those changes will be included. ## Configuring ```bash npm install npm run site:install ``` ## Building Site ```bash npm docs:munge npm site:build ``` ## Building ESDoc Section ```bash npm esdoc:build ```