Skip to content

nilenso/nilenso.com

Repository files navigation

nilenso.com

source code to the website

dependencies

brew install zola
nvm install 18
nvm use 18
npm install

build

Serve website locally

make serve
# in another terminal, for live Tailwind recompilation
npm run watch:css

Download the raw website

make download

Build for production

npm run build
# or
make build

performance checks

Run the automated performance baseline (Lighthouse + asset size summary) against production or any preview URL:

bin/perf-metrics.sh https://nilenso.com

Reports 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)

About

The nilenso website

Resources

Stars

Watchers

Forks

Contributors 36