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

https://github.com/rajat19/rajat19.github.io

My github page
https://github.com/rajat19/rajat19.github.io

github-pages react tailwindcss typescript vite

Last synced: 2 months ago
JSON representation

My github page

Awesome Lists containing this project

README

          

# rajat19.github.io

Personal portfolio built with React, TypeScript, Vite and Tailwind (shadcn/ui).

## Local development

```bash
npm i
npm run dev
```

## Build

```bash
npm run build
npm run preview
```

## Deploy to GitHub Pages

```bash
npm run deploy
```

## Editing content

- React data lives in `src/data/` (e.g. `projects.ts`, `skills.ts`).
- Static assets live in `src/assets/`.
- Sections are in `src/components/` and composed in `src/pages/Index.tsx`.

Legacy Jekyll data is retained under `_data/` for reference.