https://github.com/zhravan/ohmyfork
minimal github like portfolio
https://github.com/zhravan/ohmyfork
deno frontend javascript nextjs nodejs personal-blog portfolio reactjs website
Last synced: 2 months ago
JSON representation
minimal github like portfolio
- Host: GitHub
- URL: https://github.com/zhravan/ohmyfork
- Owner: zhravan
- License: mit
- Created: 2025-07-21T14:42:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T10:52:56.000Z (11 months ago)
- Last Synced: 2025-08-14T19:44:27.961Z (11 months ago)
- Topics: deno, frontend, javascript, nextjs, nodejs, personal-blog, portfolio, reactjs, website
- Language: TypeScript
- Homepage: https://ohmyfork.dev
- Size: 2.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OhMyFork.dev
Minimal portfolio & dev showcase
## Preview
---
## Lighthouse Report
---
## Quick Start
```sh
git clone
cd
bun install
bun run dev
```
---
## Tech Stack
- Vite
- React
- TypeScript
- Tailwind CSS
- shadcn-ui
---
## Deployment
### Self-Hosting (Docker + Caddy)
```sh
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
```sh
bun run build
# deploy dist/ folder
```
---
## Useful Commands
See the `Makefile` for build, run, clean, and more.