My Personal Website
This is the repository for my personal website, which I created using Next.js. The site is live and can be accessed at mertsabinov.com.
Technologies Used
- Next.js
- React
- CSS Modules
- GitHub Pages
Getting Started
To get started with this project, clone the repository to your local machine and run the following commands:
npm install
npm run dev
This will install the necessary dependencies and start a development server at http://localhost:3000
Deployment
To deploy this project, you can use the static site hosting service of your choice. I chose to use GitHub Pages to host my site, which makes it easy to deploy updates using the gh-pages branch. You can learn more about deploying to GitHub Pages here.
Contributing
If you'd like to contribute to this project, please fork the repository and create a new branch for your changes. When you're finished, create a pull request and I'll review your changes. Thank you for your help!