Skip to content

osman-turan/osmanturan.com-website

Repository files navigation

osmanturan.com-website

Website for osmanturan.com which is built with Next.js and deployed with Vercel.

Prerequisites

Getting Started

Run the following command in a directory to clone the repository:

git clone https://github.com/osman-turan/osmanturan.com-website.git

After cloning the repository, run the following command at the project root to install missing dependencies:

yarn install

And finally, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the website.

Deployment Environments

There are 2 deployment environments:

  • Development: Deployments are tracked with develop branch. 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 master branch. You shouldn't create pull-requests against this branch. Only successful branches which are merged into develop branch will be merged into master branch and eventually deployed into production environment.

Contributing

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.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.