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: 4 days ago
JSON representation
Build my portfolio website.
- Host: GitHub
- URL: https://github.com/suraj-kumar00/portfolio
- Owner: Suraj-kumar00
- License: apache-2.0
- Created: 2024-08-21T14:13:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T14:47:28.000Z (over 1 year ago)
- Last Synced: 2025-02-10T23:34:59.340Z (about 1 year ago)
- Topics: animation, cicd, development, devops, docker, github-actions, nextjs, portfolio, portfolio-website, tailwind, technical-writing, vercel
- Language: TypeScript
- Homepage: https://devsuraj.me
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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