OSONS Dare to think. Dare to build. Dare to pass it on.
Kids Coaching Apps

Create an App

Fill the fields. You will get a file ready to copy dans /apps/<slug>/index.html et une entrée JSON à ajouter dans /data/apps.json.






1) App HTML: /apps/<slug>/index.html

2) JSON entry for /data/apps.json

`; appJson.value = `{ "slug": "${slug}", "path": "${path}", "published": true, "fr": { "title": "${titleFr}", "summary": "${sumFr}", "tags": [] }, "en": { "title": "${titleEn}", "summary": "${sumEn}", "tags": [] } }`; });