# Nix CLIC ## Building the web site npm run docs:build ## Testing localy npm run docs:dev ## Manually deploying to a server pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd