https://github.com/trendyol/trendyol.github.io
This repository contains the source of the http://trendyol.github.io
https://github.com/trendyol/trendyol.github.io
Last synced: 6 months ago
JSON representation
This repository contains the source of the http://trendyol.github.io
- Host: GitHub
- URL: https://github.com/trendyol/trendyol.github.io
- Owner: Trendyol
- Created: 2015-08-19T06:22:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T11:14:55.000Z (11 months ago)
- Last Synced: 2025-03-22T05:33:02.409Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 1.93 MB
- Stars: 25
- Watchers: 48
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trendyol <3 Open Source
Trendyol tech relies on OSS and we are trying to contribute internally developed libraries back to the community. Here are the source files for the landing page of Trendyol Tech.
## Contributing to Trendyol Tech Page:
* Fork the repo.
* Switch to `develop` branch.
* After making your changes, run `npm run build` command.
* Push your changes and open a PR.
* When your PR is merges, `Travis` will auto deploy develop ./build folder to master branch.
## Using npm scripts:
* `npm install`: Install dependencies.
* `npm run dev`: Gets you starting with a simple, hot-reloading dev build.
* `npm run build`: Lints, builds, minifies, complies with eslint, babel, and postCSS.
* `npm run lint`: Lints and fixes all JavaScript files for coding style problems utilizing Airbnb Style Guide.