Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.03 KB

Kylie's Climb Log

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.

Technologies

  • React on the frontend
  • NextJS as a build system & for deployment
  • Notion on the backend

Prerequisites to Run Locally

  • npm version 7.x
  • node version v16.x

Data

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.