electron/docs-translations/tr-TR/project/README.md

86 lines
4.8 KiB
Markdown
Raw Normal View History

2017-04-10 00:10:52 +00:00
[![Electron Logo](https://electron.atom.io/images/electron-logo.svg)](https://electron.atom.io/)
[![Travis Build Status](https://travis-ci.org/electron/electron.svg?branch=master)](https://travis-ci.org/electron/electron)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/bc56v83355fi3369/branch/master?svg=true)](https://ci.appveyor.com/project/electron-bot/electron/branch/master)
[![devDependency Status](https://david-dm.org/electron/electron/dev-status.svg)](https://david-dm.org/electron/electron?type=dev)
[![Join the Electron Community on Slack](http://atom-slack.herokuapp.com/badge.svg)](http://atom-slack.herokuapp.com/)
:memo: Mevcut çeviriler: [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR/project/README.md) | [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN/project/README.md) | [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR/project/README.md) | [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW/project/README.md) | [Spanish](https://github.com/electron/electron/tree/master/docs-translations/es/project/README.md)| [Turkish](https://github.com/electron/electron/tree/master/docs-translations/tr-TR/project/README.md)
Electron framework JavaScript, HTML ve CSS kullanarak çapraz platform
masaüstü uygulamaları yazmanıza yarar. Electron [Node.js](https://nodejs.org/) ile geliştirilmiş;
[Atom editor](https://github.com/atom/atom) ve birçok uygulama [apps](https://electron.atom.io/apps) tarafından kullanılmaktadir.
Önemli duyurular için Twitter da [@ElectronJS](https://twitter.com/electronjs) adresini takip edin.
Bu proje katılımcı sözleşmesine bağlıdır. Katılarak,
bu kodun sürdürülebilir olduğunu üstlenmeniz beklenmekte.
Lütfen uygun olmayan davranışları electron@github.com'a rapor edin.
## İndirme Bağlantıları
2017-04-10 00:10:52 +00:00
Electron prebuilt mimarisini yüklemek için,
[`npm`](https://docs.npmjs.com/):
```sh
# Geliştirme bağımlılığı olarak yükleyin
2017-04-10 00:10:52 +00:00
npm install electron --save-dev
# `electron` komutunu global olarak $PATH'a yükleyin
npm install electron -g
```
Prebuilt mimarileri, debug sembolleri ve fazlası için
[releases](https://github.com/electron/electron/releases) sayfasını ziyaret edin.
2017-04-10 00:10:52 +00:00
### Alternatif Bağlantılar
2017-04-10 00:10:52 +00:00
- [China](https://npm.taobao.org/mirrors/electron)
## Dokümantasyon
Klavuz ve API referansları [docs](https://github.com/electron/electron/tree/master/docs) klasöründe bulunabilir.
Aynı zamanda nasıl kurulum gerçekleştirileceği ve Electron'un gelişimine nasıl katılacağınızı
ıklayan dosyalar içermektedir.
## Dökümantasyon Çevirileri
- [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR)
- [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR)
- [Japanese](https://github.com/electron/electron/tree/master/docs-translations/jp)
- [Spanish](https://github.com/electron/electron/tree/master/docs-translations/es)
- [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN)
- [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW)
- [Turkish](https://github.com/electron/electron/tree/master/docs-translations/tr-TR)
- [Thai](https://github.com/electron/electron/tree/master/docs-Translations/th-TH)
- [Ukrainian](https://github.com/electron/electron/tree/master/docs-translations/uk-UA)
- [Russian](https://github.com/electron/electron/tree/master/docs-translations/ru-RU)
- [French](https://github.com/electron/electron/tree/master/docs-translations/fr-FR)
## Hızlı Başlangıç
Minimal Electron uygulamasını calışırken görmek için [`electron/electron-quick-start`](https://github.com/electron/electron-quick-start)
repository'ni klonla ve çalıştır.
## Topluluk
Asağıdaki sayfalardan sorular sorabilir ve topluluk ile etkileşime geçebilirsiniz:
- [`electron`](http://discuss.atom.io/c/electron) Atom forumundaki kategoriler
- `#atom-shell` Freenode kanal'ı
- [`Atom`](http://atom-slack.herokuapp.com/) Slack kanal'ı
- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)*
- [`electron-kr`](http://www.meetup.com/electron-kr/) *(Korean)*
- [`electron-jp`](https://electron-jp.slack.com) *(Japanese)*
2017-05-01 13:43:38 +00:00
- [`electron-tr`](http://electron-tr.herokuapp.com) *(Turkish)*
2017-04-10 00:10:52 +00:00
- [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
Topluluk tarafından sağlanan örnek uygulamaları, aracları ve kaynaklara ulaşmak için
[awesome-electron](https://github.com/sindresorhus/awesome-electron) sayfasını ziyaret et.
## Lisans
[MIT](https://github.com/electron/electron/blob/master/LICENSE)
Electron veya Github logolarını kullandığınızda, [GitHub logo guidelines](https://github.com/logos) sayfasını okuduğunuzdan emin olun.