Built on React, GatsbyJS, and Netlify.
Made possible by the gatsby starter template, specifically a Julia remix.
yarn install
gatsby develop
Site: http://localhost:8000
Graphql query interface: http://localhost:8000/___graphql
npm test
Uses jest
for snapshot testing of React components.
These snapshots will need to be updated for certain component changes. If snapshot changes are expected:
./node_modules/jest/bin/jest.js --updateSnapshot