mirror of
https://github.com/YunoHost/landingpage
synced 2026-05-12 10:47:19 +02:00
No description
- HTML 74.7%
- CSS 11.5%
- Python 8.2%
- Shell 5.4%
- JavaScript 0.2%
| assets | ||
| bin | ||
| translations | ||
| .gitignore | ||
| babel.cfg | ||
| base.html | ||
| donate.html | ||
| index.html | ||
| README.md | ||
| requirements.txt | ||
| roadmap.html | ||
| roadmap.json | ||
| tailwind.config.js | ||
YunoHost landingpage
How to contribute
!! Please do not edit directly dist/index.*.html files
export LANDINGPAGE_DEV=true- Run
bash bin/regenerate.sh - Make your change inside
index.htmland others files (image, CSS, translations) - Rerun
bash bin/regenerate.sh
To speed up things, you can run bash bin/regenerate.sh html if you change HTML or CSS things, and bash bin/regenerate.sh i18n to recompile translations.