# capture-central **Repository Path**: mirrors_Brightspace/capture-central ## Basic Information - **Project Name**: capture-central - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-23 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Archived - moved to https://github.com/Brightspace/content-components ## d2l-capture-central [![Dependabot badge](https://flat.badgen.net/dependabot/Brightspace/d2l-capture-central?icon=dependabot)](https://app.dependabot.com/) [![Build status](https://travis-ci.com/brightspace/d2l-capture-central.svg?branch=master)](https://travis-ci.com/brightspace/d2l-capture-central) ## Installation To install from GitHub: ```shell npm install Brightspace/capture-central ``` ## Usage ```html My element ``` **Properties:** | Property | Type | Description | |--|--|--| | | | | **Accessibility:** To make your usage of `d2l-capture-central` accessible, use the following properties when applicable: | Attribute | Description | |--|--| | | | ## Developing, Testing and Contributing After cloning the repo, run `npm install` to install dependencies. ### Running the demos To start an [es-dev-server](https://open-wc.org/developing/es-dev-server.html) that hosts the demo page and tests: ```shell npm start ``` ### Linting ```shell # eslint and lit-analyzer npm run lint # eslint only npm run lint:eslint # lit-analyzer only npm run lint:lit ``` ### Testing ```shell # lint, unit test npm test # lint only npm run lint # unit tests only npm run test:headless # debug or run a subset of local unit tests # then navigate to `http://localhost:9876/debug.html` npm run test:headless:watch ``` ## Versioning, Releasing & Deploying All version changes should obey [semantic versioning](https://semver.org/) rules. Include either `[increment major]`, `[increment minor]` or `[increment patch]` in your merge commit message to automatically increment the `package.json` version and create a tag.