Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1018 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 1018 Bytes

Ably Docs

This repository is the source for content published to https://ably.com/docs.

The source content is written in Textile and the site is generated by Gatsby.

Run locally

To run the docs site locally, follow these steps:

  1. Meet these prerequisites:
  • Install Node
  • Install Yarn
  1. Clone this repository and make it your working directory.

  2. Run yarn install to install all dependencies.

  3. If this is the first time running the site, run yarn run develop:env-setup to setup your environment variables. Visit localhost:8000 to view the site.

  4. Run yarn run develop and visit localhost:8000 to view the site.

Contribute

View the contribution guide for information on how to write content and contribute to Ably docs.

Support

If you have any questions or suggestions, please raise an issue.