Trustworthy Machine Intelligence — Website (2025–2026)
Minimal, clean Next.js app scaffold for the team to build on.
npm install
npm run devOpen http://localhost:3000.
dev: Run the local dev serverbuild: Build for productionstart: Start the production serverlint: Run ESLint
src/app/— App Router entry (layout.tsx,page.tsx)public/— Static assetsglobals.css— Global styles (Tailwind enabled)
- Keep changes small and focused
- Avoid introducing new patterns or tech unless necessary
- Consider dev/test/prod environments when making changes