ai16z, creators of the eliza framework. This repo generates static sites showing GitHub contributor activity.
Website: | Discord | Twitter/X | DAO
- Install dependencies:
npm install
-
Put your contributor data JSON files in the
data
directory -
Build and generate the site:
npm run build
npm run generate
- Open
profiles/index.html
to view the result
data/
- Place contributor JSON files herescripts/
- Source codedist/
- Built filesprofiles/
- Generated static site
npm run build
- Bundle the site generatornpm run generate
- Generate the static site