Dashboard, analytics, miner evaluations for Gittensor, Subnet 74
Node 20, React, Typescript, Docker
Minimum Node version 20 required
Install packages
npm installThis project reads variables from a .env file, set yours up by doing:
cp .env.example .env
# then edit the new .env file as you see fit
vim .env# development
npm run dev# Format all files
npm run format
# ESLint with auto-fix
npm run lint:fix
# Ensure the project builds cleanly
npm run build