-
Clone the repository.
git clone https://github.com/eneskutlay/website.git cd website npm install
-
Start developing.
npm start
-
Open the source code and start editing!
Your site is now running at
http://localhost:3000
!
A quick look at the top-level files and directories you'll see in a Next.js project.
.
├── node_modules
├── public
├── src
├── app
├── favicon.ico
├── global.css
├── layout.tsx
├── manifest.ts
├── page.tsx
├── components
├── Item.tsx
├── Seo.tsx
├── Social.tsx
├── lib
├── data.ts
├── .gitignore
├── next.config.js
├── postcss.config.js
├── tailwind.config.js
├── package.json
└── README.md
You can edit your personal information in the src/lib/data.ts
file.
Check out the Figma file here.
This project is licensed under the MIT License - see the LICENSE file for details.