Running ENSAdmin Locally
Follow ENSNode’s contribution guide to prepare your workspace environment & install dependencies.
Install dependencies
Section titled “Install dependencies”pnpm install
Set configuration
Section titled “Set configuration”cp .env.local.example .env.local
You can update VITE_ENSNODE_URL
environment variable if you wish ENSAdmin to start with a custom ENSNode URL.
Run development server
Section titled “Run development server”Following Vite docs:
Start Vite dev server in the current directory.
pnpm dev
Preview production website
Section titled “Preview production website”Following Vite docs:
Locally preview the production build. Do not use this as a production server as it’s not designed for it.
pnpm build && pnpm preview