https://www.storyblok.com/tp/how-to-auth0-vuejs-authentication
https://github.com/LawJolla/prisma-auth0-example (go here for an nice auth0 setup)
git clone http...
cd vue-auth0-graphql/client
cp example.auth0-variables.js auth0-variables.js // Then fill in your auth0 params
yarn install
yarn dev
cd ../sever
cp example.env .env // Then fill in your PRISMA/AUTH params
yarn install
yarn dev