Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

eunomia-bpf mainpage

This is the source of the official eunomia-bpf website.

For the tutorial, please edit https://github.com/eunomia-bpf/bpf-developer-tutorial

For the home page of each project, please edit the README of them.

Tech stack

The website is a custom Next.js + React + Tailwind CSS frontend (in app/) that statically exports to plain HTML/CSS/JS and deploys to GitHub Pages. Content is authored as Markdown under docs/** and compiled into the site at build time; mkdocs.yaml is kept as the navigation/IA configuration source. See app/README.md and app/ARCHITECTURE.md.

Requirements

  • Node.js 22+
  • npm

Local development

Clone this repo and enter, then:

cd app
npm ci
npm run dev

The website will now be accessible at http://localhost:3000.

For a production-compatible static export:

cd app
NEXT_PUBLIC_SITE_URL=https://eunomia.dev npm run build

The exported site is written to app/out. GitHub Actions verifies the static app, rebuilds it with production URLs, uploads app/out as a GitHub Pages artifact, and deploys it to https://eunomia.dev.

关于 About

https://github.com/eunomia-bpf homepage, documents and blogs

语言 Languages

TypeScript76.5%
JavaScript17.6%
HTML2.7%
Python1.4%
CSS1.1%
Shell0.5%
Makefile0.2%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
556
Total Commits
峰值: 75次/周
Less
More

核心贡献者 Contributors