This repo contains the code for the Official Hashpire Web3 Digital Garden Website — https://hashpire.io
.
The site is built using React, Gatsby, and Tailwind CSS to turn a collection of interlinked markdown files called a Eureka Module into a static website for easy content consumption.
To contribute content to the site, please see eureka-web3.
git clone https://github.com/hashpire/web3-garden.git
cd web3-garden
yarn start
When a git push
is made to the main
branch, Github Actions
will automatically run yarn build
and deploy the site to hashpire.io
which is hosted on Github Pages
.