2024-09-26 07:14:39 +00:00
|
|
|
# NixiN Web
|
2024-09-25 15:30:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
## Building the web site
|
|
|
|
npm run docs:build
|
|
|
|
|
|
|
|
## Testing localy
|
|
|
|
npm run docs:dev
|
2024-09-25 15:46:01 +00:00
|
|
|
|
|
|
|
## Manually deploying to a server
|
|
|
|
pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd
|
2024-09-26 07:14:39 +00:00
|
|
|
|
|
|
|
## Automatically deploying to a server
|
|
|
|
check the action in .forgejo/workflows/deploy.yaml
|