https://github.com/shravan20/ohmyfork
minimal github like portfolio
https://github.com/shravan20/ohmyfork
deno frontend javascript nextjs nodejs personal-blog portfolio reactjs website
Last synced: 11 months ago
JSON representation
minimal github like portfolio
- Host: GitHub
- URL: https://github.com/shravan20/ohmyfork
- Owner: shravan20
- License: mit
- Created: 2025-07-21T14:42:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T08:01:42.000Z (11 months ago)
- Last Synced: 2025-07-29T09:36:44.889Z (11 months ago)
- Topics: deno, frontend, javascript, nextjs, nodejs, personal-blog, portfolio, reactjs, website
- Language: TypeScript
- Homepage: https://shravan20.github.io/ohmyfork/
- Size: 1.17 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.