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

https://github.com/codernayeem/codernayeem.github.io

Md. Nayeem's Portfolio
https://github.com/codernayeem/codernayeem.github.io

portfolio react tailwindcss typescript vite

Last synced: 3 months ago
JSON representation

Md. Nayeem's Portfolio

Awesome Lists containing this project

README

          

# codernayeem.github.io

Portfolio project of **Md. Nayeem**

### Used Technologies

- `React` + `TypeScript` + `Vite`
- `Tailwind CSS`

### Usage

#### Install Dependencies

```bash
npm install
```

#### Run Development Server

```bash
npm run dev
```

#### Build for Production

```bash
npm run build
```

#### Publish to GitHub Pages

```bash
npm run deploy
```