This is a Next.js rebuild based on the saved site snapshots in ../website.
npm install
npm run devThen open http://localhost:3000.
/home/blogblog index/quotesinteractive quotes knowledge graph (3D)/zorkzork page
- Page:
app/quotes/page.js - Graph component:
components/quotes/QuotesKnowledgeGraph.js - Data source:
data/quotes.js
The graph links quotes by shared secondary hashtags and supports hashtag cluster filtering.
npm run devstart local development servernpm run buildproduction buildnpm run startserve production buildnpm run lintlint checksnpm run cleanremove.nextbuild artifacts