# cypress-documentation **Repository Path**: mirrors_cypress-io/cypress-documentation ## Basic Information - **Project Name**: cypress-documentation - **Description**: Cypress Documentation for the Cypress App, API, Cypress Cloud, UI Coverage and Cypress Accessibility. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cypress Documentation [![Discord chat](https://img.shields.io/badge/chat-on%20Discord-brightgreen)](https://on.cypress.io/discord) [![Good first issue](https://img.shields.io/badge/good%20first%20issue-blue.svg)](https://github.com/cypress-io/cypress-documentation/labels/good-first-issue) ![Cypress Documentation Preview](/static/img/cypress-docs.png) ## CI status [![CircleCI](https://circleci.com/gh/cypress-io/cypress-documentation/tree/main.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-documentation/tree/main) `main` branch [![Netlify Status](https://api.netlify.com/api/v1/badges/dbf22ada-b50c-49b0-a933-bf02e87d25d1/deploy-status)](https://app.netlify.com/sites/cypress-docs/deploys) Our docs are built using [Docusaurus](https://docusaurus.io/). ### Installation ``` $ npm i ``` ### Local Development ``` $ npm run start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ### Build ``` $ npm run build ``` This command generates static content into the `dist` directory and can be served using any static contents hosting service. ## Contributing Refer to the [`CONTRIBUTING.md`](/CONTRIBUTING.md) guide for details. ## License This project is licensed under the terms of the [MIT license](/LICENSE.md).