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.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.
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 intodevelop
branch will be merged intomaster
branch 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.