Based on the following instructions
Deployment is found here
cp .env-example .env - fill env credentials in .env
yarn install - install dependencies
yarn dev - run development server
npx vercel --prod $(pwd) - use vercel to deploy nextjs app
- testing
- route testing (next/router)
- e2e testing
- extend testing, unit tests / smaller components
- github actions >> testing & deployment
- serious auth
- serverside graphql calls?
- Graphql query
- character overview: number of episodes based on episode { id } -> DB Load?
- serversideprops vs clientside fetching?