No description
Find a file
Douze Baie f4a6976504
Some checks failed
/ test (push) Successful in 11s
deploy to prod / Build and deploy site (push) Failing after 21s
update deploy action
2024-09-26 09:28:12 +02:00
.forgejo/workflows update deploy action 2024-09-26 09:28:12 +02:00
.github/workflows update deploy action 2024-09-26 09:28:12 +02: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-26 09:14:39 +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

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