This is the frontend for dennybritz/papergraph.
Technologies used:
- sapper + svelte for static site generation
- visjs for network visualizations
- tailwindcss for styling
- dennybritz/papergraph for the data
Note that this is a static site with no server required. All rendering happens in the browser, and data is requested via GraphQL on the client-side.
yarn install
yarn dev
# For local development, you should also run the CSS generation in the background
# see https://github.com/ScottWhittaker/sapper-tailwind-template
yarn css:watch
For details, refer to the sapper documentation.