README

Project structure, intent, and local usage.

This page mirrors the repository README in a browser-friendly format so the site can be deployed behind Nginx without relying on local file links.

Stack

Next.js App Router, React, and a custom CSS system tuned to a numer.ai-adjacent product style.

Structure

The site includes homepage, leaderboard, data, modeling, submissions, signals, fund, network, and docs routes.

Local Run

Install dependencies with npm install, then start development with npm run dev.

Static Export

The project is configured with output: "export", so npm run build produces a deployable static site in out/.