Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 847 Bytes

This is the frontend for dennybritz/papergraph.

Technologies used:

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.

Run locally

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.