https://github.com/harundogdu/next-portfolio
Example of personal website that I developed using next js.
https://github.com/harundogdu/next-portfolio
next reactjs
Last synced: about 2 months ago
JSON representation
Example of personal website that I developed using next js.
- Host: GitHub
- URL: https://github.com/harundogdu/next-portfolio
- Owner: harundogdu
- Created: 2022-01-11T16:03:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T14:45:56.000Z (over 3 years ago)
- Last Synced: 2025-01-26T13:41:41.196Z (4 months ago)
- Topics: next, reactjs
- Language: JavaScript
- Homepage: https://harundogdu-portfolio.vercel.app/
- Size: 8.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js ile Kişisel Website
Bu proje [Next.js](https://nextjs.org/) ve [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) kullanılarak geliştirdiğim kişisel websitesi uygulamamdır.
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız.
Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.```
git clone https://github.com/harundogdu/next-portfolio.git
```
Klonlama işleminin ardından terminal ekranına istediğiniz projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.```
cd next-portfolio && npm install
```## Çalıştırma
Proje dizininde aşağıdaki komutu çalıştırarak projemizi başlatabiliriz.
```bash
npm run dev
# or
yarn dev
```Uygulamayı geliştirme modunda çalıştırır.\
Projeyi tarayıcıda görüntülemek için [http://localhost:3000](http://localhost:3000) adresini açar.Düzenleme yaparsanız sayfa yeniden yüklenir.\
Herhangi bir hata veya log kaydını da anlık olarak konsol ekranında görebilirsiniz.## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.com/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.