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.
- Host: GitHub
- URL: https://github.com/sinarck/portfolio
- Owner: sinarck
- Created: 2025-02-04T17:44:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-09T02:25:06.000Z (12 months ago)
- Last Synced: 2025-08-09T02:30:56.437Z (12 months ago)
- Topics: nextjs, portfolio, react
- Language: TypeScript
- Homepage: https://sinarck.dev
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.