https://github.com/swe-himelrana/newportfolio
My New Portfolio Using NextJS and Github Workflows
https://github.com/swe-himelrana/newportfolio
github githubworkflow nextjs nextjs14 react reactjs tailwindcss workflows
Last synced: about 2 months ago
JSON representation
My New Portfolio Using NextJS and Github Workflows
- Host: GitHub
- URL: https://github.com/swe-himelrana/newportfolio
- Owner: Swe-HimelRana
- Created: 2024-10-20T20:59:10.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T11:19:26.000Z (7 months ago)
- Last Synced: 2025-02-13T21:50:04.382Z (3 months ago)
- Topics: github, githubworkflow, nextjs, nextjs14, react, reactjs, tailwindcss, workflows
- Language: TypeScript
- Homepage: https://himelrana.com
- Size: 51.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Portfolio
This is my simple and Beautiful mobile friendly Porfolio made with Nextjs and Shadcn Ui.

Or visit [https://himelrana.com](https://himelrana.com) with your browser to see the result.
## Getting Started
Install dependencies
```bash
npm instll
```
First, run the development server:```bash
npm run dev
```Production Build
```bash
npm run build
# for check
npm start
```Install production dependencies
```bash
npm install --production
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.