Avett Rx "prescribes" you a song by The Avett Brothers based on how you're feeling.
yarn install
# for the whole enchilada
yarn test:ci
# unit and integration
yarn test
yarn test:watch # with live reload
yarn test:coverage # with coverage report
# e2e
yarn test:cy-open # with GUI
yarn test:cy-run # headless
After editing schema.graphql
, upload it to FaunaDB via:
yarn schema:update
Autogenerate TypeScript types based on the GraphQL schema and types.
yarn types:build # for a quick update
yarn types:watch # during active development
yarn dev
Open http://localhost:3000 with your browser to see the result.
yarn build
yarn start
All pushed changes are auto-deployed on Vercel.