iroco-co / audits-frago

Audits reports for accessibility (RGAA), performance (lighthouse), eco-conception (RGESN), Green-IT (73 best practices), sobriété éditoriale, Opquast, RSE (Cigref),
MIT License
0 stars 0 forks source link

Audits

CircleCI

Audits reports for

Local development

Fetch latest Frago theme.

git submodule update --init --recursive

Run as a local server

# Serve locally to http://localhost:1313/audits/
hugo serve

Build for production

## Build for production
hugo --gc --minify --buildFuture --baseURL https://audits.iroco.co
# Build for local and preview with vite
hugo --gc --minify --buildFuture --baseURL http://localhost:4173/
npx vite preview --outDir public