# helix-test-content-sharepoint **Repository Path**: mirrors_adobe/helix-test-content-sharepoint ## Basic Information - **Project Name**: helix-test-content-sharepoint - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Your Project's Title... Your project's description... ## Environments - Preview: https://main--helix-test-content-sharepoint--adobe.hlx.page/ - Live: https://main--helix-test-content-sharepoint--adobe.hlx.live/ ## Installation ```sh npm i ``` ## Tests ```sh npm tst ``` ## Local development 1. Create a new repository based on the `helix-project-boilerplate` template and add a mountpoint in the `fstab.yaml` 1. Add the [helix-bot](https://github.com/apps/helix-bot) to the repository 1. Install the [Helix CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/helix-cli` 1. Start Helix Pages Proxy: `hlx up` (opens your browser at `http://localhost:3000`) 1. Open the `{repo}` directory in your favorite IDE and start coding :)