This is the repo for a distill post on graph neural nets
- Install dependencies:
yarn
- Watch the demo for changes with a local server:
yarn start
The demo can then be accessed at http://localhost:1234/
- Make edits to
index.html
- Run
yarn build
- Push to
origin/main