This is a Gatsby website built using a custom configuration based on the Hummingbot Design System, using elements and components from the Hummingbot HBUI library, and leveraging the power of twin.macro. Developers interested in working on the project, have a look at the useful links section below.
Clone the project to a folder of your choice
git clone [email protected]:hummingbot/hummingbot-org-site.git destination-folder
Enter the folder
cd destination-folder
Install dependencies
yarn
Start the project
yarn develop
Build the project
yarn build
Twin.macro prop-based styling guide
Twin.macro Styled-components guide
Hummingbot HBUI Module on NPM