nixin-web/README.md
Douze Baie a9e521ff1a
Some checks failed
Deploy VitePress site to Pages / Build static site (push) Failing after 12s
Deploy VitePress site to Pages / Deploy to Github Pages (push) Has been skipped
update readme
2024-09-25 17:46:01 +02:00

218 B

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