Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

CoinAlpha/hummingbot-docs

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2021
Aug 12, 2021
Sep 14, 2020
May 5, 2021
Mar 22, 2021
Sep 12, 2020
Jan 22, 2021
Oct 23, 2020
Apr 13, 2021
Aug 11, 2021
Oct 24, 2020
Oct 23, 2020
May 4, 2021
May 4, 2021

Repository files navigation

Hummingbot Client Documentation

This repository is documentation for the Hummingbot trading bot client, whose github repo can be found here.

The deployed version of this documentation is available at:

gatsby-theme-apollo-docs

This site uses gatsby-theme-apollo-docs.

  1. Install required dependencies

Setup

.env

If you are going to build and update site indexing for Algolia, you will need to save the env-template file as .env locally and populate the variable values. Currently, we only use environment values for Algolia search.

node

Node versions this repo has been successfully been run and tested with: 10.22.1, 12.19.0

Running

  • yarn install to install dependencies
  • yarn start to launch local server
  • Open a browser to the link provided in the console

Deploy previews

Each pull request will be built and available for preview on netlify. To access the preview, look for the link in the status checks of the pull request.

  1. Push changes to your branch
  2. Create a pull request
  3. Click Details next to "deploy/netlify Deploy preview ready!" from the pull request

Deployment

This site uses Algolia search which requires the environment variables from env-template.

Troubleshooting

Gatsby and react often results in conflicts. If you have errors running npm start or gatsby develop:

  • you may need to try to uninstall and reinstall react, react-dom, and gatsby (reference)
  • you can also try yarn install instead of npm install

Contributions

When contributing, please review the contributing guidelines

Component Guides

When editing markdown pages, please review the list of available components in Component Guide

Note: Use master as base branch