Explore the Edgio guides and examples on how to integrate edge logic into your application code and extend the edge to the browser.
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.
Install the dependencies:
yarn install
Start the development server on http://localhost:3000:
yarn dev
See the Contributing Guide on how to contribute to the Edgio documentation.