Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1002 Bytes

File metadata and controls

76 lines (49 loc) · 1002 Bytes

OhMyFork.dev

Minimal portfolio & dev showcase

Preview

Demo Preview

Lighthouse Report

Lighthouse Report

Quick Start

git clone <YOUR_GIT_URL>
cd <YOUR_PROJECT_NAME>
bun install
bun run dev

Tech Stack

  • Vite
  • React
  • TypeScript
  • Tailwind CSS
  • shadcn-ui

Deployment

Self-Hosting (Docker + Caddy)

make docker-build
make docker-run
# App available at http://localhost

Static Hosting

Build and deploy the dist/ folder to:

  • Vercel
  • Netlify
  • GitHub Pages
  • Azure Static Web Apps
bun run build
# deploy dist/ folder

Useful Commands

See the Makefile for build, run, clean, and more.