Running ENSAdmin Locally
Install dependencies
pnpm install
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
Following Vite docs:
Start Vite dev server in the current directory.
pnpm dev
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