https://github.com/osman-turan/osmanturan.com-website
Website for osmanturan.com
https://github.com/osman-turan/osmanturan.com-website
jamstack nextjs personal-website react resume-website styled-components typescript vercel
Last synced: 5 months ago
JSON representation
Website for osmanturan.com
- Host: GitHub
- URL: https://github.com/osman-turan/osmanturan.com-website
- Owner: osman-turan
- License: mit
- Created: 2018-06-30T13:23:35.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-24T10:05:53.000Z (over 1 year ago)
- Last Synced: 2024-11-24T10:23:06.871Z (over 1 year ago)
- Topics: jamstack, nextjs, personal-website, react, resume-website, styled-components, typescript, vercel
- Language: TypeScript
- Homepage: https://osmanturan.com
- Size: 1.88 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osmanturan.com-website
Website for [osmanturan.com](https://osmanturan.com) which is built with [Next.js](https://nextjs.org/) and deployed with [Vercel](https://vercel.com/).
## Prerequisites
- [Node.js](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)
## Getting Started
Run the following command in a directory to clone the repository:
```bash
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:
```bash
yarn install
```
And finally, run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the website.
## Deployment Environments
There are 2 deployment environments:
- **[Development](http://osmanturan.vercel.app/):** 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](http://osmanturan.com/):** 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](http://osmanturan.com/).
## Contributing
Please create an issue in [the GitHub repository](https://github.com/osman-turan/osmanturan.com-website) 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
- [Osman Turan](https://osmanturan.com/)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.