|
| 1 | +[](https://electron.atom.io/) |
| 2 | + |
| 3 | +[](https://travis-ci.org/electron/electron) |
| 4 | +[](https://ci.appveyor.com/project/electron-bot/electron/branch/master) |
| 5 | +[](https://david-dm.org/electron/electron?type=dev) |
| 6 | +[](http://atom-slack.herokuapp.com/) |
| 7 | + |
| 8 | +:memo: Terjemahan yg tersedia: [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) |
| 9 | + |
| 10 | +Framework Electron membuat Anda bisa menulis aplikasi desktop yang cross-platform menggunakan JavaScript, HTML dan CSS. Framework ini bersumber dari |
| 11 | + |
| 12 | +[Node.js](https://nodejs.org/) dan |
| 13 | +[Chromium](http://www.chromium.org) dan dipakai dalam |
| 14 | +[Atom editor](https://github.com/atom/atom) dan applikasi-applikasi lainnya [apps](https://electron.atom.io/apps). |
| 15 | + |
| 16 | +Ikuti [@ElectronJS](https://twitter.com/electronjs) lewat Twitter untuk informasi-informasi penting. |
| 17 | + |
| 18 | +Proyek ini mengikuti perjanjian kontributor [code of conduct](CODE_OF_CONDUCT.md). |
| 19 | +Partisipasi Anda di proyek ini harus mengikuti panduan di atas. Harap laporkan perbuatan yg kurang berkenan melalui [email protected]. |
| 20 | + |
| 21 | +## Unduhan |
| 22 | + |
| 23 | +Untuk instalasi versi binari Electron, pakai |
| 24 | +[`npm`](https://docs.npmjs.com/): |
| 25 | + |
| 26 | +```sh |
| 27 | +# Install as a development dependency |
| 28 | +npm install electron --save-dev |
| 29 | + |
| 30 | +# Install the `electron` command globally in your $PATH |
| 31 | +npm install electron -g |
| 32 | +``` |
| 33 | + |
| 34 | +Ikuti [releases page](https://github.com/electron/electron/releases) untuk prebuilt binaries, debug symbols, dan lain-lain. |
| 35 | + |
| 36 | +### Mirrors |
| 37 | + |
| 38 | +- [China](https://npm.taobao.org/mirrors/electron) |
| 39 | + |
| 40 | +## Dokumentasi |
| 41 | + |
| 42 | +Panduan dan referensi API bisa ditemukan di direktori |
| 43 | +[docs](https://github.com/electron/electron/tree/master/docs). Direktori tersebut juga berisi dokumen-dokumen yg menunjukkan bagaimana Anda bisa berkontribusi ke proyek Electron. |
| 44 | + |
| 45 | +## Terjemahan Dokumentasi |
| 46 | + |
| 47 | +- [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR) |
| 48 | +- [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR) |
| 49 | +- [Japanese](https://github.com/electron/electron/tree/master/docs-translations/jp) |
| 50 | +- [Spanish](https://github.com/electron/electron/tree/master/docs-translations/es) |
| 51 | +- [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN) |
| 52 | +- [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW) |
| 53 | +- [Turkish](https://github.com/electron/electron/tree/master/docs-translations/tr-TR) |
| 54 | +- [Thai](https://github.com/electron/electron/tree/master/docs-Translations/th-TH) |
| 55 | +- [Ukrainian](https://github.com/electron/electron/tree/master/docs-translations/uk-UA) |
| 56 | +- [Russian](https://github.com/electron/electron/tree/master/docs-translations/ru-RU) |
| 57 | +- [French](https://github.com/electron/electron/tree/master/docs-translations/fr-FR) |
| 58 | +- [Indonesian](https://github.com/electron/electron/tree/master/docs-translations/id) |
| 59 | + |
| 60 | +## Mulai Cepat |
| 61 | + |
| 62 | +Klon dan jalankan repo [`electron/electron-quick-start`](https://github.com/electron/electron-quick-start) untuk melihat aplikasi sederhana menggunakan Electron. |
| 63 | + |
| 64 | +## Komunitas |
| 65 | + |
| 66 | +Anda bisa berinteraksi di lokasi-lokasi ini: |
| 67 | +- [`electron`](http://discuss.atom.io/c/electron) kategori forum Atom |
| 68 | +- `#atom-shell` channel di Freenode |
| 69 | +- [`Atom`](http://atom-slack.herokuapp.com/) channel di Slack |
| 70 | +- [`electron-ru`](https://telegram.me/electron_ru) *(Russian)* |
| 71 | +- [`electron-br`](https://electron-br.slack.com) *(Brazilian Portuguese)* |
| 72 | +- [`electron-kr`](http://www.meetup.com/electron-kr/) *(Korean)* |
| 73 | +- [`electron-jp`](https://electron-jp.slack.com) *(Japanese)* |
| 74 | +- [`electron-tr`](http://electron-tr.herokuapp.com) *(Turkish)* |
| 75 | +- [`electron-id`](https://electron-id.slack.com) *(Indonesia)* |
| 76 | + |
| 77 | +Cek [awesome-electron](https://github.com/sindresorhus/awesome-electron) |
| 78 | +untuk menemukan daftar contoh-contoh aplikasi dan sumber-sumber berguna lainnya. |
| 79 | + |
| 80 | +## Lisensi |
| 81 | + |
| 82 | +[MIT](https://github.com/electron/electron/blob/master/LICENSE) |
| 83 | + |
| 84 | +Kalau menggunakan logo Electro ata logo Github lainnya gunakan panduan berikut [GitHub logo guidelines](https://github.com/logos). |
0 commit comments