ENS site analysis and ranking tool with a web frontend and CLI backend.
This is a pnpm workspace with two packages:
frontend/- Web application built with webpack and TypeScriptcli/- CLI tool for analyzing ENS sites
- Node.js 18+
- pnpm 8+
# Install dependencies for all packages
pnpm install
# Start the frontend development server
pnpm dev
# Build the frontend
pnpm build
# Run CLI commands
pnpm analyze
pnpm add
pnpm update# Frontend
pnpm --filter frontend run start
pnpm --filter frontend run build
# CLI
pnpm --filter dapprank run analyze
pnpm --filter dapprank run add
pnpm --filter dapprank run updateGPL-3.0-only