source code to the website
brew install zola
nvm install 18
nvm use 18
npm installmake serve
# in another terminal, for live Tailwind recompilation
npm run watch:cssmake downloadnpm run build
# or
make buildRun the automated performance baseline (Lighthouse + asset size summary) against production or any preview URL:
bin/perf-metrics.sh https://nilenso.comReports are written under reports/perf/<timestamp>/ and include Lighthouse JSON/HTML plus an asset-sizes.txt summary from the latest zola build. Override defaults with environment variables:
LH_PRESET(desktop|mobile)ONLY_CATEGORIES(comma-separated Lighthouse categories)