An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# OhMyFork.dev

Minimal portfolio & dev showcase

## Preview


Demo Preview

---

## Lighthouse Report


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.