# post--gnn-intro **Repository Path**: levinson01/post--gnn-intro ## Basic Information - **Project Name**: post--gnn-intro - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-02 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### GNN-distill This is the repo for a distill post on graph neural nets ### To run the demo 1. Install dependencies: ``` yarn ``` 2. Watch the demo for changes with a local server: ``` yarn start ``` The demo can then be accessed at http://localhost:1234/ ### To make updates - Make edits to `index.html` - Run `yarn build` - Push to `origin/main`