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 |
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