Website for osmanturan.com which is built with Next.js and deployed with Vercel.
Run the following command in a directory to clone the repository:
git clone https://github.com/osman-turan/osmanturan.com-website.gitAfter cloning the repository, run the following command at the project root to install missing dependencies:
yarn installAnd finally, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the website.
There are 2 deployment environments:
- Development: Deployments are tracked with
developbranch. All pull-requests should be created against this branch. After a successful build, an auto generated preview address will be provided for your pull-request. - Production: Deployments are tracked with
masterbranch. You shouldn't create pull-requests against this branch. Only successful branches which are merged intodevelopbranch will be merged intomasterbranch and eventually deployed into production environment.
Please create an issue in the GitHub repository for suggestions and questions. Pull-requests are much appreciated. But, please make sure you have created an issue before working on any pull-requests.
This project is licensed under the MIT License - see the LICENSE file for details.