Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suraj-kumar00/portfolio
- Owner: Suraj-kumar00
- License: apache-2.0
- Created: 2024-08-21T14:13:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T14:47:28.000Z (26 days ago)
- Last Synced: 2024-11-28T15:36:32.925Z (26 days ago)
- Topics: animation, cicd, development, devops, docker, github-actions, nextjs, portfolio, portfolio-website, tailwind, technical-writing, vercel
- Language: TypeScript
- Homepage: https://devsuraj.me
- Size: 9.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 portfolionpm 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