Running ENSAdmin Locally
Install dependencies
pnpm installSet configuration
cp .env.local.example .env.localYou can update VITE_ENSNODE_URL environment variable if you wish ENSAdmin to start with a custom ENSNode URL.
Run development server
Following Vite docs:
Start Vite dev server in the current directory.
pnpm devPreview 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