1. set up sanity
  2. set up next
  3. create connections and environment variables
  4. create schema including likes
  5. show all sanity posts in next
  6. route to each individual post and show data for each post
  • getStaticPaths() and getStaticProps()
  • you can show this off by using next export
  1. adding in likes
  2. creating a serverless function to handle likes
  • use your write token
  1. useState() to persist in view