https://github.com/doctorpok42/new_portfolio
https://github.com/doctorpok42/new_portfolio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doctorpok42/new_portfolio
- Owner: DoctorPok42
- License: mit
- Created: 2024-04-12T08:50:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T11:34:46.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:10:32.353Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
This repo contains a portfolio of my work. But it's also **your portfolio!** You can use it as a **template** to create your own portfolio. Just follow the instructions below.
## Instructions
1. Click the "Use this template" button at the top of the GitHub page.
2. Name your repository.
3. Update the `config.json` file with your information.
4. Add your profile picture to the `public` folder. (profil.png)
5. Add the different images of your projects to the `public/projects` folder.
6. Update the 110 line of the [index.tsx](https://github.com/DoctorPok42/new_portfolio/blob/cc60e6bbc7f3c9258c673125d7f156b6e31bb2d7/src/pages/index.tsx#L111C57-L111C68) file with your github username and token.
7. Start your project with `pnpm install` and `pnpm dev`.
8. That's it! Your portfolio is ready to go! 🚀
## Technologies
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Docker](https://www.docker.com/)## License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.