49 lines
2.1 KiB
Markdown
49 lines
2.1 KiB
Markdown
<!--
|
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Ini TIDAK boleh diedit dengan tangan.
|
|
-->
|
|
|
|
# Scratch untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/scratch.svg)](https://ci-apps.yunohost.org/ci/apps/scratch/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/scratch.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/scratch.maintain.svg)
|
|
|
|
[![Pasang Scratch dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scratch)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Scratch secara cepat dan mudah pada server YunoHost.*
|
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
|
|
|
## Ringkasan
|
|
|
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
|
|
|
**Versi terkirim:** 4.1.3~ynh1
|
|
|
|
**Demo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada Scratch](./doc/screenshots/800px-Scratch_3.0_Éditeur.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://scratch.mit.edu/>
|
|
- Dokumentasi admin resmi: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
|
- Depot kode aplikasi hulu: <https://github.com/scratchfoundation/scratch-gui>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/scratch>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/scratch_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade scratch -u https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|