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

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

Awesome Lists containing this project

README

        

# NextJS Portfolio

This is my simple and Beautiful mobile friendly Porfolio made with Nextjs and Shadcn Ui.

![demo](https://files.himelrana.com/portfolio/og-image.png)

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.