49 lines
2.1 KiB
Markdown
49 lines
2.1 KiB
Markdown
<!--
|
|
NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Hij mag NIET handmatig aangepast worden.
|
|
-->
|
|
|
|
# Scratch voor Yunohost
|
|
|
|
[![Integratieniveau](https://dash.yunohost.org/integration/scratch.svg)](https://ci-apps.yunohost.org/ci/apps/scratch/) ![Mate van functioneren](https://ci-apps.yunohost.org/ci/badges/scratch.status.svg) ![Onderhoudsstatus](https://ci-apps.yunohost.org/ci/badges/scratch.maintain.svg)
|
|
|
|
[![Scratch met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scratch)
|
|
|
|
*[Deze README in een andere taal lezen.](./ALL_README.md)*
|
|
|
|
> *Met dit pakket kun je Scratch snel en eenvoudig op een YunoHost-server installeren.*
|
|
> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
|
|
|
|
## Overzicht
|
|
|
|
Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.
|
|
|
|
**Geleverde versie:** 4.1.3~ynh1
|
|
|
|
**Demo:** <https://scratch.mit.edu/projects/editor/?tutorial=getStarted>
|
|
|
|
## Schermafdrukken
|
|
|
|
![Schermafdrukken van Scratch](./doc/screenshots/800px-Scratch_3.0_Éditeur.png)
|
|
|
|
## Documentatie en bronnen
|
|
|
|
- Officiele website van de app: <https://scratch.mit.edu/>
|
|
- Officiele beheerdersdocumentatie: <https://scratch-wiki.info/wiki/Scratch_3.0>
|
|
- Upstream app codedepot: <https://github.com/scratchfoundation/scratch-gui>
|
|
- YunoHost-store: <https://apps.yunohost.org/app/scratch>
|
|
- Meld een bug: <https://github.com/YunoHost-Apps/scratch_ynh/issues>
|
|
|
|
## Ontwikkelaarsinformatie
|
|
|
|
Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/scratch_ynh/tree/testing).
|
|
|
|
Om de `testing`-branch uit te proberen, ga als volgt te werk:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
|
of
|
|
sudo yunohost app upgrade scratch -u https://github.com/YunoHost-Apps/scratch_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Verdere informatie over app-packaging:** <https://yunohost.org/packaging_apps>
|