This repository contains the source code for my personal website built with Next.js. Visit my website to learn more about my work and experiences.
Live Demo 路 Report Bug 路 Request Feature
Run the following command on your local environment:
# Clone this project
git clone https://github.com/mustafagenc/homepage.git
# Access
cd homepage
# Install dependencies
yarn
Then, you can run the project locally in development mode with live reload by executing:
yarn dev
Open http://localhost:3000 with your favorite browser to see your project.
dev
: starts the application at localhost:3000
;build
: creates an optimized production build of the application;start
: starts the application in production mode at localhost:3000 (make sure to run the build first);lint
: runs eslint in the /src directory.prettier
: runs prettier in the /src directory.Please feel free to contact me at mustafagenc.info/contact