1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

doc(store): add instructions on how to download css/js assets

This commit is contained in:
Bram 2024-03-05 21:20:13 +01:00 committed by GitHub
parent b269877498
commit aba744e440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,9 @@ nano config.toml
mkdir -p ../builds/default/v3/
curl https://app.yunohost.org/default/v3/apps.json > ../builds/default/v3/apps.json
# you need to manually download the assets to have access to the css and the javascript files
(cd assets && bash fetch_assets)
# You will also want to run list_builder.py to initialize the .apps_cache (at least for a few apps, you can Ctrl+C after a while)
pip3 install tqdm GitPython
pushd ..