Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suraj-kumar00/portfolio

Build my portfolio website.
https://github.com/suraj-kumar00/portfolio

animation cicd development devops docker github-actions nextjs portfolio portfolio-website tailwind technical-writing vercel

Last synced: 6 days ago
JSON representation

Build my portfolio website.

Awesome Lists containing this project

README

        

![My portfolio website](./public/My-Portfolio-GitHub-README-banner.png)

## Build Using:

- [Nextjs](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TainwindCSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)

## DevOps Practices:

- [Docker](https://www.docker.com/)
- [CICD using GitHub Actions](https://docs.github.com/en/actions)

## Installation:

- First fork the repo.

```bash
git clone https://github.com/your-username/Portfolio.git

```

```bash
cd portfolio

npm i

npm run dev
```

## Installation with Docker:
First install Docker Enginer or Docker Desktop then pull the image by below command.
```bash
docker pull surajkumar00/portfolio
```
```bash
docker run -d -p 3000:3000 surajkumar00/portfolio
```

check [localhost:3000](localhost:3000)

## LICENSE
[Apache License Version 2.0](https://github.com/Suraj-kumar00/Portfolio/blob/main/LICENSE)

## Star 🤩 the repo if you like