https://github.com/ndeta100/my_portfolio
At my new job I was assigned by our head of IT to learn next.js, so I am taking this as an advantage to build a portfolio website for myself. This app will be deployed on kubernetes and changes will be monitored using argo workflows
https://github.com/ndeta100/my_portfolio
javascript nextjs typscript
Last synced: 3 months ago
JSON representation
At my new job I was assigned by our head of IT to learn next.js, so I am taking this as an advantage to build a portfolio website for myself. This app will be deployed on kubernetes and changes will be monitored using argo workflows
- Host: GitHub
- URL: https://github.com/ndeta100/my_portfolio
- Owner: Ndeta100
- Created: 2023-07-05T11:19:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T12:09:13.000Z (about 3 years ago)
- Last Synced: 2025-04-11T05:54:00.716Z (over 1 year ago)
- Topics: javascript, nextjs, typscript
- Language: JavaScript
- Homepage: https://ndet.vercel.app
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pull docker image from [Docker Hub](https://hub.docker.com/repository/docker/ndeta100/myportfolio/general) image tag is updated on each build so make sure to use the latest tag, chack on release to see latest release.
## Getting Started
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.