OK, creators of the okai 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
datadirectory -
Build and generate the site:
npm run build
npm run generate- Open
profiles/index.htmlto 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
