This powers the Ravencoin Foundation website.
-
Clone the repository.
-
Install dependencies.
brew install gatsby-cli
brew install yarn
yarn
- Start developing.
yarn run develop
- React
- Gatsby
- Styled Components
When merging into or pushing to the main
branch the following should happen:
- The Github action triggers a build.
- Once the build finishes it is pushed to the gh-pages branch.
- The site is published to Github Pages from the gh-pages branch.