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
- Host: GitHub
- URL: https://github.com/rajat19/rajat19.github.io
- Owner: rajat19
- Created: 2018-04-28T20:15:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-09T13:07:33.000Z (3 months ago)
- Last Synced: 2026-03-09T17:56:12.177Z (3 months ago)
- Topics: github-pages, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://rajat19.github.io/
- Size: 59.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.