Skip to content

alihanayaz/website

Repository files navigation

website

alihan.dev — Alihan Ayaz


The "website" project is a personal digital space, accessible at alihan.dev. Crafted with care and powered by modern technology, this site serves as a window into my world, showcasing various facets of my interests, writings, and discoveries.

Overview

  • / - Home page.
  • /journey - Journey page.
  • /bookmarks - Bookmarks page.
  • /bookmarks/[slug] - Static pre-rendered bookmarks pages using Raindrop.
  • /notebook - Notebook page.
  • /notebook/[slug] - Static pre-rendered notebook pages using Sanity.
  • /api - API routes.

Running Locally

$ git clone https://github.com/alihanayaz/website.git
$ cd website
$ npm i
$ npm run dev

Create a .env file similar to .env.example.

Tech Stack