https://github.com/nayak-nirmalya/portfolio
Nirmalya Nayak | Portfolio
https://github.com/nayak-nirmalya/portfolio
eslint prettier prettier-eslint react react-typescript reactjs tailwindcss vercel-deployment vite vitejs vitejs-react
Last synced: 3 months ago
JSON representation
Nirmalya Nayak | Portfolio
- Host: GitHub
- URL: https://github.com/nayak-nirmalya/portfolio
- Owner: nayak-nirmalya
- License: mit
- Created: 2022-06-04T07:46:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T05:48:49.000Z (8 months ago)
- Last Synced: 2025-03-15T23:16:41.773Z (7 months ago)
- Topics: eslint, prettier, prettier-eslint, react, react-typescript, reactjs, tailwindcss, vercel-deployment, vite, vitejs, vitejs-react
- Language: TypeScript
- Homepage: http://nirmalya.xyz/
- Size: 7.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Single Page Portfolio Website
Technology Used:
- TypeScript
- React
- Vite
- TailwindCSS
- pnpm**Feel free to copy, modify & make it yours.**
### Prerequisites
**Node version ^18.x**
### Cloning the repository
```shell
git clone https://github.com/nayak-nirmalya/portfolio.git
```### Install packages
```shell
pnpm install
```### Start the App
```shell
pnpm run start
```## Available commands
Running commands with npm `pnpm [command]`
| command | description |
| :------------- | :-------------------------------------------------------------- |
| `start` | Starts a development instance of the app |
| `start:expose` | Starts a development instance of the app with exposed host |
| `build` | Starts a building final version for production |
| `serve` | Run final build production version |
| `serve:expose` | Run final build production version of the app with exposed host |
| `lint` | Run eslint check on /src folder & its content |