nixin-web/README.md
Douze Baie 7b68a52695
All checks were successful
/ test (push) Successful in 11s
update readme
2024-09-26 09:14:39 +02:00

14 lines
310 B
Markdown

# NixiN Web
## 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
## Automatically deploying to a server
check the action in .forgejo/workflows/deploy.yaml