Skip to content

ai16z/ai16z.github.io

Repository files navigation

ai16z Eliza Contributors Site Generator

ai16z, creators of the eliza framework. This repo generates static sites showing GitHub contributor activity.

eliza_banner

Website: | Discord | Twitter/X | DAO

Setup

  1. Install dependencies:
npm install
  1. Put your contributor data JSON files in the data directory

  2. Build and generate the site:

npm run build
npm run generate
  1. Open profiles/index.html to view the result

Directory Structure

  • data/ - Place contributor JSON files here
  • scripts/ - Source code
  • dist/ - Built files
  • profiles/ - Generated static site

Scripts

  • npm run build - Bundle the site generator
  • npm run generate - Generate the static site