/edgio-docs

Edgio Documentation - Develop, deploy, preview, split test and monitor your frontend.

Primary LanguageTypeScript

Edgio Documentation

Edgio Documentation

Explore the Edgio guides and examples on how to integrate edge logic into your application code and extend the edge to the browser.


Getting Started

1. Clone this repository

Clone this repository to your local machine:

git clone git@github.com:edgio-docs/edgio-docs.git

Note: do not fork this repository if you intend to contribute to the Edgio documentation. Forking the repository will prevent checks from passing on your pull requests.

2. Install dependencies

Install the dependencies:

yarn install

3. Develop locally

Start the development server on http://localhost:3000:

yarn dev

See the Contributing Guide on how to contribute to the Edgio documentation.