The code for Cypress Documentation including Guides, API, Examples, Dashboard & FAQ found at https://docs.cypress.io.
Install the dependencies:
yarn
Run the app:
yarn start
You can view the app by visiting http://localhost:3000/.
You can create a statically generated version of the website by running the following:
yarn build
This will generate a dist
directory that you can serve up.
Note: If you want to create and view a statically generated version of the documentation site, you can run the following:
yarn run start:ci
You can view the statically generated site at http://localhost:3000/.
We use Cypress itself to test the documentation.
Run the tests:
yarn test
Refer to the CONTRIBUTING.md
guide for details.
This project is licensed under the terms of the MIT license.