This website serves as a public mirror of my private climbing calendar. It gets its data from a queried view of that calendar, which is then parsed and served through a React frontend. The page content itself serves as the trip report- everything down to the photos is being served through the Notion client.
The public site can be seen here 👉 kylies.photos.
- npm version 7.x
- node version v16.x
Data is handled through a connection to my personal calendar within Notion. If you'd like to replicate this connection, you'll need to set up an integration with a database within your own Notion workspace and update the .env.example
accordingly.