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
yarnThen, you can run the project locally in development mode with live reload by executing:
yarn devOpen http://localhost:3000 with your favorite browser to see your project.
dev: starts the application atlocalhost: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