Skip to content

Files

Latest commit

Dec 8, 2024
d68ef00 · Dec 8, 2024

History

History
38 lines (24 loc) · 988 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 988 Bytes

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