Production-ready static roadmap for Telcoin Network. The site is built with Vite, React, TypeScript, and TailwindCSS and deploys to GitHub Pages.
npm ci
npm run devLocal preview after building:
npm run build
npm run previewstatus.json at the repository root is the single source of truth. Validate or update it with the provided tooling:
npm run validate:status # schema validation
npm run bump:status -- --phase devnet:in_progress --overall 32 --set meta.lastUpdated=autoVitest covers the schema to keep future updates safe:
npm testnpm run lint # ESLint + Prettier rules
npm run lint:a11y # JSX accessibility pass
npm run typecheck # TypeScript strict modeGitHub Actions builds and deploys to Pages on every push to main (.github/workflows/pages.yml). After the first merge, confirm repository Settings → Pages → Source is set to “GitHub Actions” and that GitHub-owned actions are allowed.
MIT © Telcoin