Files
cypress/docs/readme.md
Gleb Bahmutov afd88808e2 docs: run root install automatically before using bin-up, close #283 (#284)
* docs: run root install automatically before using bin-up, close #283

* Bump stack-size to fix RangeError: Maximum call stack size exceeded

* Add clarity

* Add consistency with rest of readme
2017-07-07 12:00:46 -04:00

945 B

Cypress Documentation

The code for Cypress's Documentation, Guides, and API.

Introduction

The documents in this repo are generated using Hexo.

Contributing

Installing Dependencies

From the docs directory:

npm install

npm run build

Starting the server

npm start

Visit http://localhost:2222/

Writing Docs

Links are all handled through our cypress.on api.

Link all pages but their name (property key) in source/_data/sidebar.yml

Deploying

npm run deploy