Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.15 KB

File metadata and controls

36 lines (24 loc) · 1.15 KB

Avalanche Builder Hub

The source for build.avax.network — docs, academy courses, integrations directory, and developer console for Avalanche.

Getting Started

yarn install
yarn build:remote   # download remote MDX files (APIs, RPC reference)
yarn dev            # start local dev server

Contributing

  • Quick fix: Click "Edit on GitHub" on any page, make the change, and open a PR.
  • New content: Fork or clone the repo, create a branch, and open a PR against master.
  • Docs live in content/docs/, academy courses in content/academy/, and images in public/images/.
  • Vercel deploys a preview on every PR.

Commit Messages

We use Conventional Commits enforced by git hooks and CI.

type(scope): description

Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

Issues

Found something wrong or missing? Open an issue.