No description
Find a file
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
.github/workflows initial commit 2024-09-24 10:14:24 +03:00
.vitepress s/Nixos/NixOS/g 2024-09-25 17:33:00 +02:00
components feat(name): rename to NixiN 2024-09-25 18:13:09 +03:00
public initial commit 2024-09-24 10:14:24 +03:00
.gitignore initial commit 2024-09-24 10:14:24 +03:00
about.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00
configure.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00
index.md s/Nixos/NixOS/g 2024-09-25 17:33:00 +02:00
LICENSE initial commit 2024-09-24 10:14:24 +03:00
package-lock.json update name 2024-09-25 17:27:16 +02:00
package.json initial commit 2024-09-24 10:14:24 +03:00
README.md update readme 2024-09-25 17:46:01 +02:00
roadmap.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00
technical-principles.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00

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