No description
.forgejo/workflows | ||
.github/workflows | ||
.vitepress | ||
components | ||
public | ||
.gitignore | ||
about.md | ||
configure.md | ||
index.md | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
roadmap.md | ||
technical-principles.md |
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