https://github.com/kumarjitdas/kumarjitdas.github.io
Kumarjit Das' GitHub public projects.
https://github.com/kumarjitdas/kumarjitdas.github.io
Last synced: 30 days ago
JSON representation
Kumarjit Das' GitHub public projects.
- Host: GitHub
- URL: https://github.com/kumarjitdas/kumarjitdas.github.io
- Owner: KumarjitDas
- License: bsd-3-clause
- Created: 2026-04-25T22:05:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-26T08:43:30.000Z (2 months ago)
- Last Synced: 2026-04-26T10:20:38.055Z (2 months ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kumarjit Das - Personal Website

This repository contains the source code for my personal website, hosted on GitHub Pages.
## Tech Stack
- **Framework:** React (v19)
- **Build Tool:** Vite (v8)
- **Package Manager:** pnpm
- **Deployment:** `gh-pages`
## Getting Started
To run this project locally, follow these steps:
### Prerequisites
Make sure you have Node.js and pnpm installed.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/KumarjitDas/KumarjitDas.github.io.git
cd KumarjitDas.github.io
```
2. Install the dependencies:
```bash
pnpm install
```
3. Start the development server:
```bash
pnpm run dev
```
## Deployment
This project uses the `gh-pages` package for deployment. To build the site and deploy the optimized files to the `gh-pages` branch, simply run:
```bash
pnpm run deploy
```
## License
This project is licensed under the BSD 3-Clause License - see the [LICENSE.txt](./LICENSE.txt) file for details.
## Contact
- Twitter: [@kumarjitdas1902](https://x.com/kumarjitdas1902)
- LinkedIn: [kumarjit-das](https://www.linkedin.com/in/kumarjit-das)
- E-Mail: [kumarjitdas1999@gmail.com](mailto:kumarjitdas1999+github@gmail.com)