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

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.

Awesome Lists containing this project

README

          

# Kumarjit Das - Personal Website

![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)

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)