Skip to content

zhravan/forkfolio

Repository files navigation

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.

About

minimal github like portfolio

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published