Skip to content

ava-labs/builders-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7,447 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.