Skip to content

Latest commit

 

History

History

README.md

ENSNode Documentation

ensnode.io (the ENSNode docs site) runs on Astro and Starlight.

Local Development

Getting Started

It's easy to get started contributing to the ENSNode documentation:

  1. git clone https://github.com/namehash/ensnode.git
  2. cd docs/ensnode.io
  3. pnpm i
  4. pnpm dev
  5. Open http://localhost:4321 in your browser

Optional Steps

The documentation uses optional environment variables:

  1. cp .env.example .env (optional)
  2. Configure environment variables in .env:
    • GITHUB_TOKEN: Create a fine-grained GitHub access token to avoid rate limiting
    • ENSADMIN_URL: Base URL for an ENSAdmin instance. Used for links that open in ENSAdmin. (defaults to https://admin.ensnode.io)
  3. Stop the Astro server and restart it with pnpm dev

Visit ensnode.io for documentation, guides, and the API reference.