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

https://github.com/sinarck/portfolio

A personal portfolio that showcases my projects and experiences.
https://github.com/sinarck/portfolio

nextjs portfolio react

Last synced: 3 months ago
JSON representation

A personal portfolio that showcases my projects and experiences.

Awesome Lists containing this project

README

          

# Portfolio

A TanStack Start portfolio with static prerendering and local TypeScript-backed content.

## Prerequisites

- Node.js 20+
- pnpm 9+

## Development

```bash
pnpm install
pnpm dev
```

Content lives in `src/config/` and domain types live in `src/types/`.

Required public env vars:

```bash
VITE_CONTACT_EMAIL="you@example.com"
VITE_SITE_URL="https://your-domain.com"
```

## Build

```bash
pnpm build
pnpm preview
```

`pnpm build` prerenders the static routes discovered by TanStack Start.