Umit S. Oner

The Tiled Archive

A curated personal knowledge garden built with performance and simplicity in mind. This repository hosts the source code for umitso.com.

Tech Stack

Setup Instructions

  1. Install Dependencies:
    npm install
    
  2. Run Development Server:
    npm run dev
    
  3. Build for Production:
    npm run build
    

Deployment Status

This project is automatically deployed to umitso.com via GitHub Actions.