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