Website
Personal Website with NextJs, ReactJs
Install / Use
/learn @eneskutlay/WebsiteREADME
🚀 Quick start
-
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!
🧐 What's inside?
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
Set up your personal information
You can edit your personal information in the src/lib/data.ts file.
🎨 Figma File
Check out the Figma file here.
📚 Libraries
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
